interface IpamScopeOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ec2.Alpha.IpamScopeOptions |
Go | github.com/aws/aws-cdk-go/awsec2alpha/v2#IpamScopeOptions |
Java | software.amazon.awscdk.services.ec2.alpha.IpamScopeOptions |
Python | aws_cdk.aws_ec2_alpha.IpamScopeOptions |
TypeScript (source) | @aws-cdk/aws-ec2-alpha » IpamScopeOptions |
Being used in IPAM class to add pools to default scope created by IPAM.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2_alpha from '@aws-cdk/aws-ec2-alpha';
const ipamScopeOptions: ec2_alpha.IpamScopeOptions = {
ipamScopeName: 'ipamScopeName',
};
Properties
Name | Type | Description |
---|---|---|
ipam | string | IPAM scope name that will be used for tagging. |
ipamScopeName?
Type:
string
(optional, default: no tags will be added to the scope)
IPAM scope name that will be used for tagging.