Class InitFileOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
- All Implemented Interfaces:
InitFileOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InitFileOptions
@Stability(Stable)
@Internal
public static final class InitFileOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InitFileOptions
An implementation for
InitFileOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.InitFileOptions
InitFileOptions.Builder, InitFileOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(InitFileOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theInitFileOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Boolean
True if the inlined content (from a string or file) should be treated as base64 encoded.final String
getGroup()
The name of the owning group for this file.final String
getMode()
A six-digit octal value representing the mode for this file.final String
getOwner()
The name of the owning user for this file.final List<InitServiceRestartHandle>
Restart the given service after this file has been written.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theInitFileOptions.Builder
.
-
-
Method Details
-
getBase64Encoded
Description copied from interface:InitFileOptions
True if the inlined content (from a string or file) should be treated as base64 encoded.Only applicable for inlined string and file content.
Default: false
- Specified by:
getBase64Encoded
in interfaceInitFileOptions
-
getGroup
Description copied from interface:InitFileOptions
The name of the owning group for this file.Not supported for Windows systems.
Default: 'root'
- Specified by:
getGroup
in interfaceInitFileOptions
-
getMode
Description copied from interface:InitFileOptions
A six-digit octal value representing the mode for this file.Use the first three digits for symlinks and the last three digits for setting permissions. To create a symlink, specify 120xxx, where xxx defines the permissions of the target file. To specify permissions for a file, use the last three digits, such as 000644.
Not supported for Windows systems.
Default: '000644'
- Specified by:
getMode
in interfaceInitFileOptions
-
getOwner
Description copied from interface:InitFileOptions
The name of the owning user for this file.Not supported for Windows systems.
Default: 'root'
- Specified by:
getOwner
in interfaceInitFileOptions
-
getServiceRestartHandles
Description copied from interface:InitFileOptions
Restart the given service after this file has been written.Default: - Do not restart any service
- Specified by:
getServiceRestartHandles
in interfaceInitFileOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-