software.amazon.awscdk.services.ecs.BottlerocketEcsVariant 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;
/**
* Amazon ECS variant.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.15.0 (build 585166b)", date = "2021-02-03T23:38:33.667Z")
@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.BottlerocketEcsVariant")
public enum BottlerocketEcsVariant {
/**
* aws-ecs-1 variant.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AWS_ECS_1,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy