Class CfnIPAM
IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts throughout your AWS Organization.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAM : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnIPAM
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
For more information, see What is IPAM? in the Amazon VPC IPAM User Guide .
There are AWS Identity and Access Management (IAM) permissions required to fully manage an IPAM in CloudFormation. For more information, see Example policy in the Amazon VPC IPAM User Guide .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html
CloudformationResource: AWS::EC2::IPAM
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 cfnIPAM = new CfnIPAM(this, "MyCfnIPAM", 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
CfnIPAM(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnIPAM(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnIPAM(Construct, String, ICfnIPAMProps) |
Properties
AttrArn | The ARN of the IPAM. |
AttrDefaultResourceDiscoveryAssociationId | The ID of the default resource discovery association. |
AttrDefaultResourceDiscoveryId | The ID of the default resource discovery. |
AttrIpamId | The ID of the IPAM. |
AttrPrivateDefaultScopeId | The ID of the default private scope. |
AttrPublicDefaultScopeId | The ID of the default public scope. |
AttrResourceDiscoveryAssociationCount | The number of resource discovery associations. |
AttrScopeCount | The number of scopes. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
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 | Tag Manager which manages the tags for this resource. |
TagsRaw | The key/value combination of a tag assigned to the resource. |
Tier | IPAM is offered in a Free Tier and an Advanced Tier. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnIPAM(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnIPAM(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnIPAM(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnIPAM(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnIPAM(Construct, String, ICfnIPAMProps)
public CfnIPAM(Construct scope, string id, ICfnIPAMProps props = null)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnIPAMProps
Resource properties.
Properties
AttrArn
The ARN of the IPAM.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrDefaultResourceDiscoveryAssociationId
The ID of the default resource discovery association.
public virtual string AttrDefaultResourceDiscoveryAssociationId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DefaultResourceDiscoveryAssociationId
AttrDefaultResourceDiscoveryId
The ID of the default resource discovery.
public virtual string AttrDefaultResourceDiscoveryId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: DefaultResourceDiscoveryId
AttrIpamId
The ID of the IPAM.
public virtual string AttrIpamId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: IpamId
AttrPrivateDefaultScopeId
The ID of the default private scope.
public virtual string AttrPrivateDefaultScopeId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: PrivateDefaultScopeId
AttrPublicDefaultScopeId
The ID of the default public scope.
public virtual string AttrPublicDefaultScopeId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: PublicDefaultScopeId
AttrResourceDiscoveryAssociationCount
The number of resource discovery associations.
public virtual double AttrResourceDiscoveryAssociationCount { get; }
Property Value
System.Double
Remarks
CloudformationAttribute: ResourceDiscoveryAssociationCount
AttrScopeCount
The number of scopes.
public virtual double AttrScopeCount { get; }
Property Value
System.Double
Remarks
CloudformationAttribute: ScopeCount
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
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 virtual object DefaultResourceDiscoveryOrganizationalUnitExclusions { get; set; }
Property Value
System.Object
Description
The description for the IPAM.
public virtual string Description { get; set; }
Property Value
System.String
EnablePrivateGua
Enable this option to use your own GUA ranges as private IPv6 addresses.
public virtual object EnablePrivateGua { get; set; }
Property Value
System.Object
OperatingRegions
The operating Regions for an IPAM.
public virtual object OperatingRegions { get; set; }
Property Value
System.Object
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
The key/value combination of a tag assigned to the resource.
public virtual ICfnTag[] TagsRaw { get; set; }
Property Value
ICfnTag[]
Tier
IPAM is offered in a Free Tier and an Advanced Tier.
public virtual string Tier { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>