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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.InitFileOptions
InitFileOptions.Builder, InitFileOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(InitFileOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theInitFileOptions.Builder.protectedJsii$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.JsonNodefinal booleanfinal BooleanTrue if the inlined content (from a string or file) should be treated as base64 encoded.final StringgetGroup()The name of the owning group for this file.final StringgetMode()A six-digit octal value representing the mode for this file.final StringgetOwner()The name of the owning user for this file.final List<InitServiceRestartHandle> Restart the given service after this file has been written.final inthashCode()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:InitFileOptionsTrue 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:
getBase64Encodedin interfaceInitFileOptions
-
getGroup
Description copied from interface:InitFileOptionsThe name of the owning group for this file.Not supported for Windows systems.
Default: 'root'
- Specified by:
getGroupin interfaceInitFileOptions
-
getMode
Description copied from interface:InitFileOptionsA 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:
getModein interfaceInitFileOptions
-
getOwner
Description copied from interface:InitFileOptionsThe name of the owning user for this file.Not supported for Windows systems.
Default: 'root'
- Specified by:
getOwnerin interfaceInitFileOptions
-
getServiceRestartHandles
Description copied from interface:InitFileOptionsRestart the given service after this file has been written.Default: - Do not restart any service
- Specified by:
getServiceRestartHandlesin interfaceInitFileOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-