Uses of Enum
software.amazon.awscdk.services.ecs.Compatibility
-
Uses of Compatibility in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptiondefault Compatibility
IEc2TaskDefinition.Jsii$Default.getCompatibility()
What launch types this task definition should be compatible with.final Compatibility
IEc2TaskDefinition.Jsii$Proxy.getCompatibility()
What launch types this task definition should be compatible with.default Compatibility
IExternalTaskDefinition.Jsii$Default.getCompatibility()
What launch types this task definition should be compatible with.final Compatibility
IExternalTaskDefinition.Jsii$Proxy.getCompatibility()
What launch types this task definition should be compatible with.default Compatibility
IFargateTaskDefinition.Jsii$Default.getCompatibility()
What launch types this task definition should be compatible with.final Compatibility
IFargateTaskDefinition.Jsii$Proxy.getCompatibility()
What launch types this task definition should be compatible with.ITaskDefinition.getCompatibility()
What launch types this task definition should be compatible with.default Compatibility
ITaskDefinition.Jsii$Default.getCompatibility()
What launch types this task definition should be compatible with.final Compatibility
ITaskDefinition.Jsii$Proxy.getCompatibility()
What launch types this task definition should be compatible with.TaskDefinition.getCompatibility()
The task launch type compatibility requirement.default Compatibility
TaskDefinitionAttributes.getCompatibility()
What launch types this task definition should be compatible with.final Compatibility
TaskDefinitionAttributes.Jsii$Proxy.getCompatibility()
TaskDefinitionProps.getCompatibility()
The task launch type compatiblity requirement.final Compatibility
TaskDefinitionProps.Jsii$Proxy.getCompatibility()
static Compatibility
Returns the enum constant of this type with the specified name.static Compatibility[]
Compatibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTaskDefinition.Builder.compatibility
(Compatibility compatibility) The task launch type compatiblity requirement.TaskDefinitionAttributes.Builder.compatibility
(Compatibility compatibility) Sets the value ofTaskDefinitionAttributes.getCompatibility()
TaskDefinitionProps.Builder.compatibility
(Compatibility compatibility) Sets the value ofTaskDefinitionProps.getCompatibility()