Class ExternalTaskDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ExternalTaskDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CommonTaskDefinitionProps
,ExternalTaskDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ExternalTaskDefinitionProps
@Stability(Stable)
@Internal
public static final class ExternalTaskDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExternalTaskDefinitionProps
An implementation for
ExternalTaskDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ExternalTaskDefinitionProps
ExternalTaskDefinitionProps.Builder, ExternalTaskDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theExternalTaskDefinitionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IRole
The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.final String
The name of a family that this task definition is registered to.final NetworkMode
The networking mode to use for the containers in the task.final ProxyConfiguration
The configuration details for the App Mesh proxy.final IRole
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.The list of volume definitions for the task.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theExternalTaskDefinitionProps.Builder
.
-
-
Method Details
-
getNetworkMode
Description copied from interface:ExternalTaskDefinitionProps
The networking mode to use for the containers in the task.With ECS Anywhere, supported modes are bridge, host and none.
Default: NetworkMode.BRIDGE
- Specified by:
getNetworkMode
in interfaceExternalTaskDefinitionProps
-
getExecutionRole
Description copied from interface:CommonTaskDefinitionProps
The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.The 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.
- Specified by:
getExecutionRole
in interfaceCommonTaskDefinitionProps
-
getFamily
Description copied from interface:CommonTaskDefinitionProps
The name of a family that this task definition is registered to.A family groups multiple versions of a task definition.
Default: - Automatically generated name.
- Specified by:
getFamily
in interfaceCommonTaskDefinitionProps
-
getProxyConfiguration
Description copied from interface:CommonTaskDefinitionProps
The configuration details for the App Mesh proxy.Default: - No proxy configuration.
- Specified by:
getProxyConfiguration
in interfaceCommonTaskDefinitionProps
-
getTaskRole
Description copied from interface:CommonTaskDefinitionProps
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.Default: - A task role is automatically created for you.
- Specified by:
getTaskRole
in interfaceCommonTaskDefinitionProps
-
getVolumes
Description copied from interface:CommonTaskDefinitionProps
The list of volume definitions for the task.For more information, see Task Definition Parameter Volumes.
Default: - No volumes are passed to the Docker daemon on a container instance.
- Specified by:
getVolumes
in interfaceCommonTaskDefinitionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-