interface IpamOperatingRegionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscovery_IpamOperatingRegionProperty |
Java | software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty |
Python | aws_cdk.aws_ec2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty |
TypeScript | aws-cdk-lib » aws_ec2 » CfnIPAMResourceDiscovery » IpamOperatingRegionProperty |
The operating Regions for an IPAM.
Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const ipamOperatingRegionProperty: ec2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty = {
regionName: 'regionName',
};
Properties
Name | Type | Description |
---|---|---|
region | string | The name of the operating Region. |
regionName
Type:
string
The name of the operating Region.