Class CfnIPAMResourceDiscoveryAssociation
An IPAM resource discovery association.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAMResourceDiscoveryAssociation : CfnResource, IInspectable, IIPAMResourceDiscoveryAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnIPAMResourceDiscoveryAssociation Inherits CfnResource Implements IInspectable, IIPAMResourceDiscoveryAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
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 cfnIPAMResourceDiscoveryAssociation = new CfnIPAMResourceDiscoveryAssociation(this, "MyCfnIPAMResourceDiscoveryAssociation", new CfnIPAMResourceDiscoveryAssociationProps {
IpamId = "ipamId",
IpamResourceDiscoveryId = "ipamResourceDiscoveryId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
| CfnIPAMResourceDiscoveryAssociation(Construct, string, ICfnIPAMResourceDiscoveryAssociationProps) | Create a new |
Properties
| AttrIpamArn | The IPAM ARN. |
| AttrIpamRegion | The IPAM home Region. |
| AttrIpamResourceDiscoveryAssociationArn | The resource discovery association ARN. |
| AttrIpamResourceDiscoveryAssociationId | The resource discovery association ID. |
| AttrIsDefault | Defines if the resource discovery is the default. |
| AttrOwnerId | The owner ID. |
| AttrResourceDiscoveryStatus | The resource discovery status. |
| AttrState | The lifecycle state of the association when you associate or disassociate a resource discovery. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | An IPAM resource discovery association. |
| IpamId | The IPAM ID. |
| IpamResourceDiscoveryAssociationRef | A reference to a IPAMResourceDiscoveryAssociation resource. |
| IpamResourceDiscoveryId | The resource discovery ID. |
| Tags | Tag Manager which manages the tags for this resource. |
| TagsRaw | A tag is a label that you assign to an AWS resource. |
Methods
| ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef) | An IPAM resource discovery association. |
| FromIPAMResourceDiscoveryAssociationArn(Construct, string, string) | Creates a new IIPAMResourceDiscoveryAssociationRef from an ARN. |
| FromIpamResourceDiscoveryAssociationId(Construct, string, string) | Creates a new IIPAMResourceDiscoveryAssociationRef from a ipamResourceDiscoveryAssociationId. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnIPAMResourceDiscoveryAssociation(object) | Checks whether the given object is a CfnIPAMResourceDiscoveryAssociation. |
| RenderProperties(IDictionary<string, object>) | An IPAM resource discovery association. |
Constructors
CfnIPAMResourceDiscoveryAssociation(Construct, string, ICfnIPAMResourceDiscoveryAssociationProps)
Create a new AWS::EC2::IPAMResourceDiscoveryAssociation.
public CfnIPAMResourceDiscoveryAssociation(Construct scope, string id, ICfnIPAMResourceDiscoveryAssociationProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnIPAMResourceDiscoveryAssociationProps
Resource properties.
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
Properties
AttrIpamArn
The IPAM ARN.
public virtual string AttrIpamArn { get; }
Property Value
Remarks
CloudformationAttribute: IpamArn
AttrIpamRegion
The IPAM home Region.
public virtual string AttrIpamRegion { get; }
Property Value
Remarks
CloudformationAttribute: IpamRegion
AttrIpamResourceDiscoveryAssociationArn
The resource discovery association ARN.
public virtual string AttrIpamResourceDiscoveryAssociationArn { get; }
Property Value
Remarks
CloudformationAttribute: IpamResourceDiscoveryAssociationArn
AttrIpamResourceDiscoveryAssociationId
The resource discovery association ID.
public virtual string AttrIpamResourceDiscoveryAssociationId { get; }
Property Value
Remarks
CloudformationAttribute: IpamResourceDiscoveryAssociationId
AttrIsDefault
Defines if the resource discovery is the default.
public virtual IResolvable AttrIsDefault { get; }
Property Value
Remarks
When you create an IPAM, a default resource discovery is created for your IPAM and it's associated with your IPAM.
CloudformationAttribute: IsDefault
AttrOwnerId
The owner ID.
public virtual string AttrOwnerId { get; }
Property Value
Remarks
CloudformationAttribute: OwnerId
AttrResourceDiscoveryStatus
The resource discovery status.
public virtual string AttrResourceDiscoveryStatus { get; }
Property Value
Remarks
CloudformationAttribute: ResourceDiscoveryStatus
AttrState
The lifecycle state of the association when you associate or disassociate a resource discovery.
public virtual string AttrState { get; }
Property Value
Remarks
CloudformationAttribute: State
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
CfnProperties
An IPAM resource discovery association.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
IpamId
The IPAM ID.
public virtual string IpamId { get; set; }
Property Value
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
IpamResourceDiscoveryAssociationRef
A reference to a IPAMResourceDiscoveryAssociation resource.
public virtual IIPAMResourceDiscoveryAssociationReference IpamResourceDiscoveryAssociationRef { get; }
Property Value
IIPAMResourceDiscoveryAssociationReference
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
IpamResourceDiscoveryId
The resource discovery ID.
public virtual string IpamResourceDiscoveryId { get; set; }
Property Value
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
TagsRaw
A tag is a label that you assign to an AWS resource.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
Methods
ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef)
An IPAM resource discovery association.
public static string ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef resource)
Parameters
- resource IIPAMResourceDiscoveryAssociationRef
Returns
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
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 cfnIPAMResourceDiscoveryAssociation = new CfnIPAMResourceDiscoveryAssociation(this, "MyCfnIPAMResourceDiscoveryAssociation", new CfnIPAMResourceDiscoveryAssociationProps {
IpamId = "ipamId",
IpamResourceDiscoveryId = "ipamResourceDiscoveryId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
FromIPAMResourceDiscoveryAssociationArn(Construct, string, string)
Creates a new IIPAMResourceDiscoveryAssociationRef from an ARN.
public static IIPAMResourceDiscoveryAssociationRef FromIPAMResourceDiscoveryAssociationArn(Construct scope, string id, string arn)
Parameters
Returns
IIPAMResourceDiscoveryAssociationRef
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
FromIpamResourceDiscoveryAssociationId(Construct, string, string)
Creates a new IIPAMResourceDiscoveryAssociationRef from a ipamResourceDiscoveryAssociationId.
public static IIPAMResourceDiscoveryAssociationRef FromIpamResourceDiscoveryAssociationId(Construct scope, string id, string ipamResourceDiscoveryAssociationId)
Parameters
Returns
IIPAMResourceDiscoveryAssociationRef
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
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.
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
IsCfnIPAMResourceDiscoveryAssociation(object)
Checks whether the given object is a CfnIPAMResourceDiscoveryAssociation.
public static bool IsCfnIPAMResourceDiscoveryAssociation(object x)
Parameters
- x object
Returns
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
An IPAM resource discovery association.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.
CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation
ExampleMetadata: fixture=_generated