enum IpamScopeType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ec2.Alpha.IpamScopeType |
Go | github.com/aws/aws-cdk-go/awsec2alpha/v2#IpamScopeType |
Java | software.amazon.awscdk.services.ec2.alpha.IpamScopeType |
Python | aws_cdk.aws_ec2_alpha.IpamScopeType |
TypeScript (source) | @aws-cdk/aws-ec2-alpha ยป IpamScopeType |
Refers to two possible scope types under IPAM.
Members
| Name | Description |
|---|---|
| DEFAULT | Default scopes created by IPAM. |
| CUSTOM | Custom scope created using method. |
DEFAULT
Default scopes created by IPAM.
CUSTOM
Custom scope created using method.

.NET
Go
Java
Python
TypeScript (