AWS::EC2::IPAMResourceDiscoveryA resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
import { CfnIPAMResourceDiscovery } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIPAMResourceDiscoveryConfiguration passed to the constructor as CfnIPAMResourceDiscoveryProps.
descriptionOptionalstringThe resource discovery description.
operatingRegionsOptionalIResolvable | IResolvable | IpamOperatingRegionProperty[]The operating Regions for the resource discovery. Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
organizationalUnitExclusionsOptionalIResolvable | IResolvable | IpamResourceDiscoveryOrganizationalUnitExclusionProperty[]If your IPAM is integrated with AWS Organizations, you can exclude an [organizational unit (OU)](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#organizationalunit) 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](https://docs.aws.amazon.com/vpc/latest/ipam/exclude-ous.html) in the *Amazon Virtual Private Cloud IP Address Manager User Guide* .
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::IPAMResourceDiscovery