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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnIPAMResourceDiscovery.IpamOperatingRegionProperty
static final class
An implementation forCfnIPAMResourceDiscovery.IpamOperatingRegionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegionName
The name of the operating Region. -
builder
-