interface CfnIPAMResourceDiscoveryAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnIPAMResourceDiscoveryAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscoveryAssociationProps |
![]() | software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps |
![]() | aws_cdk.aws_ec2.CfnIPAMResourceDiscoveryAssociationProps |
![]() | aws-cdk-lib » aws_ec2 » CfnIPAMResourceDiscoveryAssociationProps |
Properties for defining a CfnIPAMResourceDiscoveryAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnIPAMResourceDiscoveryAssociationProps: ec2.CfnIPAMResourceDiscoveryAssociationProps = {
ipamId: 'ipamId',
ipamResourceDiscoveryId: 'ipamResourceDiscoveryId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
ipam | string | The IPAM ID. |
ipam | string | The resource discovery ID. |
tags? | Cfn [] | A tag is a label that you assign to an AWS resource. |
ipamId
Type:
string
The IPAM ID.
ipamResourceDiscoveryId
Type:
string
The resource discovery ID.
tags?
Type:
Cfn
[]
(optional)
A tag is a label that you assign to an AWS resource.
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.