Class FargateTaskDefinitionAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.FargateTaskDefinitionAttributes.Jsii$Proxy
- All Implemented Interfaces:
CommonTaskDefinitionAttributes,FargateTaskDefinitionAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FargateTaskDefinitionAttributes
@Stability(Stable)
@Internal
public static final class FargateTaskDefinitionAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FargateTaskDefinitionAttributes
An implementation for
FargateTaskDefinitionAttributes-
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.FargateTaskDefinitionAttributes
FargateTaskDefinitionAttributes.Builder, FargateTaskDefinitionAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theFargateTaskDefinitionAttributes.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 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 theFargateTaskDefinitionAttributes.Builder.
-
-
Method Details
-
getTaskDefinitionArn
Description copied from interface:CommonTaskDefinitionAttributesThe arn of the task definition.- Specified by:
getTaskDefinitionArnin 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()
-