@Stability(value=Stable) @Internal public static final class InitFileOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InitFileOptions
InitFileOptions
software.amazon.jsii.JsiiObject.InitializationMode
InitFileOptions.Builder, InitFileOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(InitFileOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
InitFileOptions.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getBase64Encoded()
True if the inlined content (from a string or file) should be treated as base64 encoded.
|
String |
getGroup()
The name of the owning group for this file.
|
String |
getMode()
A six-digit octal value representing the mode for this file.
|
String |
getOwner()
The name of the owning user for this file.
|
List<InitServiceRestartHandle> |
getServiceRestartHandles()
Restart the given service after this file has been written.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(InitFileOptions.Builder builder)
InitFileOptions.Builder
.public final Boolean getBase64Encoded()
InitFileOptions
Only applicable for inlined string and file content.
Default: false
getBase64Encoded
in interface InitFileOptions
public final String getGroup()
InitFileOptions
Not supported for Windows systems.
Default: 'root'
getGroup
in interface InitFileOptions
public final String getMode()
InitFileOptions
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'
getMode
in interface InitFileOptions
public final String getOwner()
InitFileOptions
Not supported for Windows systems.
Default: 'root'
getOwner
in interface InitFileOptions
public final List<InitServiceRestartHandle> getServiceRestartHandles()
InitFileOptions
Default: - Do not restart any service
getServiceRestartHandles
in interface InitFileOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.