Class CfnIPAM.IpamOperatingRegionProperty
The operating Regions for an IPAM.
Inheritance
System.Object
CfnIPAM.IpamOperatingRegionProperty
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IpamOperatingRegionProperty : Object, CfnIPAM.IIpamOperatingRegionProperty
Syntax (vb)
Public Class IpamOperatingRegionProperty
Inherits Object
Implements CfnIPAM.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
Constructors
IpamOperatingRegionProperty() |
Properties
RegionName | The name of the operating Region. |
Constructors
IpamOperatingRegionProperty()
public IpamOperatingRegionProperty()
Properties
RegionName
The name of the operating Region.
public string RegionName { get; set; }
Property Value
System.String