aws-cdk-lib.aws_ec2.CfnIPAM.IpamOperatingRegionProperty

interface IpamOperatingRegionProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnIPAM.IpamOperatingRegionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAM_IpamOperatingRegionProperty
Javasoftware.amazon.awscdk.services.ec2.CfnIPAM.IpamOperatingRegionProperty
Pythonaws_cdk.aws_ec2.CfnIPAM.IpamOperatingRegionProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnIPAM » 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.CfnIPAM.IpamOperatingRegionProperty = {
  regionName: 'regionName',
};

Properties

NameTypeDescription
regionNamestringThe name of the operating Region.

regionName

Type: string

The name of the operating Region.