Class CfnIPAMProps
Properties for defining a CfnIPAM
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAMProps : Object, ICfnIPAMProps
Syntax (vb)
Public Class CfnIPAMProps
Inherits Object
Implements ICfnIPAMProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.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 cfnIPAMProps = new CfnIPAMProps {
DefaultResourceDiscoveryOrganizationalUnitExclusions = new [] { new IpamOrganizationalUnitExclusionProperty {
OrganizationsEntityPath = "organizationsEntityPath"
} },
Description = "description",
EnablePrivateGua = false,
OperatingRegions = new [] { new IpamOperatingRegionProperty {
RegionName = "regionName"
} },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Tier = "tier"
};
Synopsis
Constructors
CfnIPAMProps() |
Properties
DefaultResourceDiscoveryOrganizationalUnitExclusions | If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide . |
Description | The description for the IPAM. |
EnablePrivateGua | Enable this option to use your own GUA ranges as private IPv6 addresses. |
OperatingRegions | The operating Regions for an IPAM. |
Tags | The key/value combination of a tag assigned to the resource. |
Tier | IPAM is offered in a Free Tier and an Advanced Tier. |
Constructors
CfnIPAMProps()
public CfnIPAMProps()
Properties
DefaultResourceDiscoveryOrganizationalUnitExclusions
If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .
public object DefaultResourceDiscoveryOrganizationalUnitExclusions { get; set; }
Property Value
System.Object
Remarks
Description
The description for the IPAM.
public string Description { get; set; }
Property Value
System.String
Remarks
EnablePrivateGua
Enable this option to use your own GUA ranges as private IPv6 addresses.
public object EnablePrivateGua { get; set; }
Property Value
System.Object
Remarks
This option is disabled by default.
OperatingRegions
The operating Regions for an IPAM.
public object OperatingRegions { get; set; }
Property Value
System.Object
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 .
Tags
The key/value combination of a tag assigned to the resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
Tier
IPAM is offered in a Free Tier and an Advanced Tier.
public string Tier { get; set; }
Property Value
System.String
Remarks
For more information about the features available in each tier and the costs associated with the tiers, see the VPC IPAM product pricing page .