Show / Hide Table of Contents

Class CfnIPAMResourceDiscovery.IpamOperatingRegionProperty

The operating Regions for an IPAM.

Inheritance
object
CfnIPAMResourceDiscovery.IpamOperatingRegionProperty
Implements
CfnIPAMResourceDiscovery.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 CfnIPAMResourceDiscovery.IpamOperatingRegionProperty : CfnIPAMResourceDiscovery.IIpamOperatingRegionProperty
Syntax (vb)
Public Class CfnIPAMResourceDiscovery.IpamOperatingRegionProperty Implements CfnIPAMResourceDiscovery.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-ipamresourcediscovery-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-ipamresourcediscovery-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-ipamresourcediscovery-ipamoperatingregion.html#cfn-ec2-ipamresourcediscovery-ipamoperatingregion-regionname

Implements

CfnIPAMResourceDiscovery.IIpamOperatingRegionProperty
Back to top Generated by DocFX