Show / Hide Table of Contents

Class CfnIPAM.IpamOperatingRegionProperty

The operating Regions for an IPAM.

Inheritance
object
CfnIPAM.IpamOperatingRegionProperty
Implements
CfnIPAM.IIpamOperatingRegionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAM.IpamOperatingRegionProperty : CfnIPAM.IIpamOperatingRegionProperty
Syntax (vb)
Public Class CfnIPAM.IpamOperatingRegionProperty 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 .

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

Constructors

IpamOperatingRegionProperty()

The operating Regions for an IPAM.

Properties

RegionName

The name of the operating Region.

Constructors

IpamOperatingRegionProperty()

The operating Regions for an IPAM.

public IpamOperatingRegionProperty()
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"
             };

Properties

RegionName

The name of the operating Region.

public string RegionName { get; set; }
Property Value

string

Remarks

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

Implements

CfnIPAM.IIpamOperatingRegionProperty
Back to top Generated by DocFX