public static final class CfnAppBlock.ScriptDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAppBlock.ScriptDetailsProperty
CfnAppBlock.ScriptDetailsProperty
CfnAppBlock.ScriptDetailsProperty.Builder, CfnAppBlock.ScriptDetailsProperty.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.String |
getExecutableParameters()
The parameters used in the run path for the script.
|
java.lang.String |
getExecutablePath()
The run path for the script.
|
java.lang.Object |
getScriptS3Location()
The S3 object location of the script.
|
java.lang.Number |
getTimeoutInSeconds()
The run timeout, in seconds, for the script.
|
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.String getExecutablePath()
CfnAppBlock.ScriptDetailsProperty
getExecutablePath
in interface CfnAppBlock.ScriptDetailsProperty
public final java.lang.Object getScriptS3Location()
CfnAppBlock.ScriptDetailsProperty
getScriptS3Location
in interface CfnAppBlock.ScriptDetailsProperty
public final java.lang.Number getTimeoutInSeconds()
CfnAppBlock.ScriptDetailsProperty
getTimeoutInSeconds
in interface CfnAppBlock.ScriptDetailsProperty
public final java.lang.String getExecutableParameters()
CfnAppBlock.ScriptDetailsProperty
getExecutableParameters
in interface CfnAppBlock.ScriptDetailsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()