public static interface CfnIPAM.IpamOperatingRegionProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnIPAM.IpamOperatingRegionProperty.Builder
A builder for
CfnIPAM.IpamOperatingRegionProperty |
static class |
CfnIPAM.IpamOperatingRegionProperty.Jsii$Proxy
An implementation for
CfnIPAM.IpamOperatingRegionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnIPAM.IpamOperatingRegionProperty.Builder |
builder() |
java.lang.String |
getRegionName()
The name of the operating Region.
|
java.lang.String getRegionName()
static CfnIPAM.IpamOperatingRegionProperty.Builder builder()