Interface CfnIPAMResourceDiscovery.IpamOperatingRegionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIPAMResourceDiscovery.IpamOperatingRegionProperty.Jsii$Proxy
Enclosing class:
CfnIPAMResourceDiscovery

@Stability(Stable) public static interface CfnIPAMResourceDiscovery.IpamOperatingRegionProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ec2.*;
 IpamOperatingRegionProperty ipamOperatingRegionProperty = IpamOperatingRegionProperty.builder()
         .regionName("regionName")
         .build();