software.amazon.awscdk.services.ec2.alpha.AwsServiceName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ec2-alpha Show documentation
Show all versions of ec2-alpha Show documentation
The CDK construct library for VPC V2
package software.amazon.awscdk.services.ec2.alpha;
/**
* (experimental) Limits which service in AWS that the pool can be used in.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-11-15T10:25:09.176Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.ec2.alpha.$Module.class, fqn = "@aws-cdk/aws-ec2-alpha.AwsServiceName")
public enum AwsServiceName {
/**
* (experimental) Allows users to use space for Elastic IP addresses and VPCs.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
EC2,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy