Interface ICfnIPAMResourceDiscoveryAssociationProps
Properties for defining a CfnIPAMResourceDiscoveryAssociation
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIPAMResourceDiscoveryAssociationProps
Syntax (vb)
Public Interface ICfnIPAMResourceDiscoveryAssociationProps
Remarks
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 cfnIPAMResourceDiscoveryAssociationProps = new CfnIPAMResourceDiscoveryAssociationProps {
IpamId = "ipamId",
IpamResourceDiscoveryId = "ipamResourceDiscoveryId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Ipam |
The IPAM ID. |
Ipam |
The resource discovery ID. |
Tags | A tag is a label that you assign to an AWS resource. |
Properties
IpamId
The IPAM ID.
string IpamId { get; }
Property Value
System.
Remarks
IpamResourceDiscoveryId
The resource discovery ID.
string IpamResourceDiscoveryId { get; }
Property Value
System.
Remarks
Tags
A tag is a label that you assign to an AWS resource.
virtual ICfnTag[] Tags { get; }
Property Value
ICfn
Remarks
Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your AWS costs.