Show / Hide Table of Contents

Interface CfnIPAM.IIpamOperatingRegionProperty

The operating Regions for an IPAM.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIPAM.IIpamOperatingRegionProperty
Syntax (vb)
Public Interface 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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipam-ipamoperatingregion.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipam-ipamoperatingregion.html#cfn-ec2-ipam-ipamoperatingregion-regionname

Back to top Generated by DocFX