AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::IPAMResourceDiscovery

CfnIPAMResourceDiscovery

A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

Import

import { CfnIPAMResourceDiscovery } from 'aws-cdk-lib/aws-ec2';

Or use the module namespace:

import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIPAMResourceDiscovery

Properties

Configuration passed to the constructor as CfnIPAMResourceDiscoveryProps.

descriptionOptional
string

The resource discovery description.

operatingRegionsOptional
IResolvable | 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.

organizationalUnitExclusionsOptional
IResolvable | 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* .

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon EC2 Cheat Sheet

Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.

Download Free Infographic