@Stability(value=Experimental) @Internal public static final class CommonTaskDefinitionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonTaskDefinitionProps
CommonTaskDefinitionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCommonTaskDefinitionProps.Builder, CommonTaskDefinitionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IRole executionRole,
String family,
ProxyConfiguration proxyConfiguration,
IRole taskRole,
List<? extends Volume> volumes)
Constructor that initializes the object based on literal property values passed by the
CommonTaskDefinitionProps.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) |
IRole |
getExecutionRole()
(experimental) The name of the IAM task execution role that grants the ECS agent to call AWS APIs on your behalf.
|
String |
getFamily()
(experimental) The name of a family that this task definition is registered to.
|
ProxyConfiguration |
getProxyConfiguration()
(experimental) The configuration details for the App Mesh proxy.
|
IRole |
getTaskRole()
(experimental) The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.
|
List<Volume> |
getVolumes()
(experimental) The list of volume definitions for the task.
|
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(IRole executionRole, String family, ProxyConfiguration proxyConfiguration, IRole taskRole, List<? extends Volume> volumes)
CommonTaskDefinitionProps.Builder.public final IRole getExecutionRole()
CommonTaskDefinitionPropsThe role will be used to retrieve container images from ECR and create CloudWatch log groups.
Default: - An execution role will be automatically created if you use ECR images in your task definition.
getExecutionRole in interface CommonTaskDefinitionPropspublic final String getFamily()
CommonTaskDefinitionPropsA family groups multiple versions of a task definition.
Default: - Automatically generated name.
getFamily in interface CommonTaskDefinitionPropspublic final ProxyConfiguration getProxyConfiguration()
CommonTaskDefinitionPropsDefault: - No proxy configuration.
getProxyConfiguration in interface CommonTaskDefinitionPropspublic final IRole getTaskRole()
CommonTaskDefinitionPropsDefault: - A task role is automatically created for you.
getTaskRole in interface CommonTaskDefinitionPropspublic final List<Volume> getVolumes()
CommonTaskDefinitionPropsFor more information, see Task Definition Parameter Volumes.
Default: - No volumes are passed to the Docker daemon on a container instance.
getVolumes in interface CommonTaskDefinitionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.