Class Ec2TaskDefinitionAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.Ec2TaskDefinitionAttributes.Jsii$Proxy
- All Implemented Interfaces:
CommonTaskDefinitionAttributes
,Ec2TaskDefinitionAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Ec2TaskDefinitionAttributes
@Stability(Stable)
@Internal
public static final class Ec2TaskDefinitionAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Ec2TaskDefinitionAttributes
An implementation for
Ec2TaskDefinitionAttributes
-
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.Ec2TaskDefinitionAttributes
Ec2TaskDefinitionAttributes.Builder, Ec2TaskDefinitionAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEc2TaskDefinitionAttributes.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 NetworkMode
The networking mode to use for the containers in the task.final String
The arn of the task definition.final IRole
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.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 theEc2TaskDefinitionAttributes.Builder
.
-
-
Method Details
-
getTaskDefinitionArn
Description copied from interface:CommonTaskDefinitionAttributes
The arn of the task definition.- Specified by:
getTaskDefinitionArn
in interfaceCommonTaskDefinitionAttributes
-
getNetworkMode
Description copied from interface:CommonTaskDefinitionAttributes
The networking mode to use for the containers in the task.Default: Network mode cannot be provided to the imported task.
- Specified by:
getNetworkMode
in interfaceCommonTaskDefinitionAttributes
-
getTaskRole
Description copied from interface:CommonTaskDefinitionAttributes
The 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:
getTaskRole
in interfaceCommonTaskDefinitionAttributes
-
$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()
-