@Stability(value=Stable) @Internal public static final class CfnDataset.ContainerActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.ContainerActionProperty
CfnDataset.ContainerActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataset.ContainerActionProperty.Builder, CfnDataset.ContainerActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataset.ContainerActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataset.ActionProperty.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) |
String |
getExecutionRoleArn()
The ARN of the role which gives permission to the system to access needed resources in order to run the "containerAction".
|
String |
getImage()
The ARN of the Docker container stored in your account.
|
Object |
getResourceConfiguration()
Configuration of the resource which executes the "containerAction".
|
Object |
getVariables()
The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application).
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataset.ContainerActionProperty.Builder builder)
CfnDataset.ActionProperty.Builder.public final String getExecutionRoleArn()
CfnDataset.ContainerActionPropertyThis includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
getExecutionRoleArn in interface CfnDataset.ContainerActionPropertypublic final String getImage()
CfnDataset.ContainerActionPropertyThe Docker container contains an application and needed support libraries and is used to generate data set contents.
getImage in interface CfnDataset.ContainerActionPropertypublic final Object getResourceConfiguration()
CfnDataset.ContainerActionPropertygetResourceConfiguration in interface CfnDataset.ContainerActionPropertypublic final Object getVariables()
CfnDataset.ContainerActionPropertyEach variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".
getVariables in interface CfnDataset.ContainerActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.