Interface ITaskDefinition.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,ITaskDefinition,ITaskDefinitionRef,ITaskDefinitionRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEc2TaskDefinition.Jsii$Default,IExternalTaskDefinition.Jsii$Default,IFargateTaskDefinition.Jsii$Default
- All Known Implementing Classes:
IEc2TaskDefinition.Jsii$Proxy,IExternalTaskDefinition.Jsii$Proxy,IFargateTaskDefinition.Jsii$Proxy,ITaskDefinition.Jsii$Proxy
- Enclosing interface:
ITaskDefinition
@Internal
public static interface ITaskDefinition.Jsii$Default
extends ITaskDefinition, IResource.Jsii$Default, ITaskDefinitionRef.Jsii$Default
Internal default implementation for
ITaskDefinition.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.ITaskDefinition
ITaskDefinition.Jsii$Default, ITaskDefinition.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ecs.ITaskDefinitionRef
ITaskDefinitionRef.Jsii$Default, ITaskDefinitionRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault CompatibilityWhat launch types this task definition should be compatible with.default IRoleExecution role for this task definition.default BooleanReturn true if the task definition can be run on an EC2 cluster.default BooleanReturn true if the task definition can be run on a ECS Anywhere cluster.default BooleanReturn true if the task definition can be run on a Fargate cluster.default BooleanReturn true if the task definition can be run on Managed Instances.default NetworkModeThe networking mode to use for the containers in the task.default StringARN of this task definition.default IRoleThe name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.ecs.ITaskDefinitionRef.Jsii$Default
getTaskDefinitionRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCompatibility
What launch types this task definition should be compatible with.- Specified by:
getCompatibilityin interfaceITaskDefinition
-
getIsEc2Compatible
Return true if the task definition can be run on an EC2 cluster.- Specified by:
getIsEc2Compatiblein interfaceITaskDefinition
-
getIsExternalCompatible
Return true if the task definition can be run on a ECS Anywhere cluster.- Specified by:
getIsExternalCompatiblein interfaceITaskDefinition
-
getIsFargateCompatible
Return true if the task definition can be run on a Fargate cluster.- Specified by:
getIsFargateCompatiblein interfaceITaskDefinition
-
getIsManagedInstancesCompatible
Return true if the task definition can be run on Managed Instances.- Specified by:
getIsManagedInstancesCompatiblein interfaceITaskDefinition
-
getNetworkMode
The networking mode to use for the containers in the task.- Specified by:
getNetworkModein interfaceITaskDefinition
-
getTaskDefinitionArn
ARN of this task definition.- Specified by:
getTaskDefinitionArnin interfaceITaskDefinition
-
getTaskRole
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.- Specified by:
getTaskRolein interfaceITaskDefinition
-
getExecutionRole
Execution role for this task definition.- Specified by:
getExecutionRolein interfaceITaskDefinition
-