interface IIpamScopeBase
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ec2.Alpha.IIpamScopeBase |
Go | github.com/aws/aws-cdk-go/awsec2alpha/v2#IIpamScopeBase |
Java | software.amazon.awscdk.services.ec2.alpha.IIpamScopeBase |
Python | aws_cdk.aws_ec2_alpha.IIpamScopeBase |
TypeScript (source) | @aws-cdk/aws-ec2-alpha ยป IIpamScopeBase |
Obtainable from
Ipam
.addScope()
Interface for IpamScope Class.
Properties
Name | Type | Description |
---|---|---|
scope | Construct | Reference to the current scope of stack to be passed in order to create a new IPAM pool. |
scope | string | Default Scope ids created by the IPAM or a new Resource id. |
scope | Ipam | Defines scope type can be either default or custom. |
scope
Type:
Construct
Reference to the current scope of stack to be passed in order to create a new IPAM pool.
scopeId
Type:
string
Default Scope ids created by the IPAM or a new Resource id.
scopeType?
Type:
Ipam
(optional)
Defines scope type can be either default or custom.
Methods
Name | Description |
---|---|
add | Function to add a new pool to an IPAM scope. |
Pool(id, options)
addpublic addPool(id: string, options: PoolOptions): IIpamPool
Parameters
- id
string
- options
Pool
Options
Returns
Function to add a new pool to an IPAM scope.