software.amazon.awscdk.services.ecs.Compatibility Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs Show documentation
Show all versions of ecs Show documentation
The CDK Construct Library for AWS::ECS
package software.amazon.awscdk.services.ecs;
/**
* The task launch type compatibility requirement.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.29.0 (build 41df200)", date = "2021-05-25T18:24:57.023Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.ecs.$Module.class, fqn = "@aws-cdk/aws-ecs.Compatibility")
public enum Compatibility {
/**
* The task should specify the EC2 launch type.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
EC2,
/**
* The task should specify the Fargate launch type.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
FARGATE,
/**
* The task can specify either the EC2 or Fargate launch types.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
EC2_AND_FARGATE,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy