Interface CfnIPAM.IIpamOperatingRegionProperty
The operating Regions for an IPAM.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIpamOperatingRegionProperty
Syntax (vb)
Public Interface IIpamOperatingRegionProperty
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var ipamOperatingRegionProperty = new IpamOperatingRegionProperty {
RegionName = "regionName"
};
Synopsis
Properties
RegionName | The name of the operating Region. |
Properties
RegionName
The name of the operating Region.
string RegionName { get; }
Property Value
System.String