Class ExternalTaskDefinitionAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.ExternalTaskDefinitionAttributes.Jsii$Proxy
- All Implemented Interfaces:
CommonTaskDefinitionAttributes,ExternalTaskDefinitionAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ExternalTaskDefinitionAttributes
@Stability(Stable)
@Internal
public static final class ExternalTaskDefinitionAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExternalTaskDefinitionAttributes
An implementation for
ExternalTaskDefinitionAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ExternalTaskDefinitionAttributes
ExternalTaskDefinitionAttributes.Builder, ExternalTaskDefinitionAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theExternalTaskDefinitionAttributes.Builder.protectedJsii$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.JsonNodefinal booleanfinal IRoleThe IAM role that grants containers and Fargate agents permission to make AWS API calls on your behalf.final NetworkModeThe networking mode to use for the containers in the task.final StringThe arn of the task definition.final IRoleThe name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.final inthashCode()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 theExternalTaskDefinitionAttributes.Builder.
-
-
Method Details
-
getTaskDefinitionArn
Description copied from interface:CommonTaskDefinitionAttributesThe arn of the task definition.- Specified by:
getTaskDefinitionArnin interfaceCommonTaskDefinitionAttributes
-
getExecutionRole
Description copied from interface:CommonTaskDefinitionAttributesThe IAM role that grants containers and Fargate agents permission to make AWS API calls on your behalf.Some tasks do not have an execution role.
Default: - undefined
- Specified by:
getExecutionRolein interfaceCommonTaskDefinitionAttributes
-
getNetworkMode
Description copied from interface:CommonTaskDefinitionAttributesThe networking mode to use for the containers in the task.Default: Network mode cannot be provided to the imported task.
- Specified by:
getNetworkModein interfaceCommonTaskDefinitionAttributes
-
getTaskRole
Description copied from interface:CommonTaskDefinitionAttributesThe name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.Default: Permissions cannot be granted to the imported task.
- Specified by:
getTaskRolein interfaceCommonTaskDefinitionAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-