AWS::EC2::IPAMResourceDiscoveryAssociationAn IPAM resource discovery association. 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.
import { CfnIPAMResourceDiscoveryAssociation } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIPAMResourceDiscoveryAssociationConfiguration passed to the constructor as CfnIPAMResourceDiscoveryAssociationProps.
ipamIdRequiredstringThe IPAM ID.
ipamResourceDiscoveryIdRequiredstringThe resource discovery ID.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::IPAMResourceDiscoveryAssociation