public static final class InitFileOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InitFileOptions
InitFileOptions
InitFileOptions.Builder, InitFileOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Boolean |
getBase64Encoded()
True if the inlined content (from a string or file) should be treated as base64 encoded.
|
java.lang.String |
getGroup()
The name of the owning group for this file.
|
java.lang.String |
getMode()
A six-digit octal value representing the mode for this file.
|
java.lang.String |
getOwner()
The name of the owning user for this file.
|
java.util.List<InitServiceRestartHandle> |
getServiceRestartHandles()
Restart the given service after this file has been written.
|
int |
hashCode() |
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.public final java.lang.Boolean getBase64Encoded()
InitFileOptions
Only applicable for inlined string and file content.
Default: false
getBase64Encoded
in interface InitFileOptions
public final java.lang.String getGroup()
InitFileOptions
Not supported for Windows systems.
Default: 'root'
getGroup
in interface InitFileOptions
public final java.lang.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 java.lang.String getOwner()
InitFileOptions
Not supported for Windows systems.
Default: 'root'
getOwner
in interface InitFileOptions
public final java.util.List<InitServiceRestartHandle> getServiceRestartHandles()
InitFileOptions
Default: - Do not restart any service
getServiceRestartHandles
in interface InitFileOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()