aws-cdk-lib.aws_ec2.CfnIPAMResourceDiscoveryProps

interface CfnIPAMResourceDiscoveryProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnIPAMResourceDiscoveryProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscoveryProps
Javasoftware.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps
Pythonaws_cdk.aws_ec2.CfnIPAMResourceDiscoveryProps
TypeScript aws-cdk-lib » aws_ec2 » CfnIPAMResourceDiscoveryProps

Properties for defining a CfnIPAMResourceDiscovery.

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 cfnIPAMResourceDiscoveryProps: ec2.CfnIPAMResourceDiscoveryProps = {
  description: 'description',
  operatingRegions: [{
    regionName: 'regionName',
  }],
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
description?stringThe resource discovery description.
operatingRegions?IResolvable | IResolvable | IpamOperatingRegionProperty[]The operating Regions for the resource discovery.
tags?CfnTag[]A tag is a label that you assign to an AWS resource.

description?

Type: string (optional)

The resource discovery description.


operatingRegions?

Type: IResolvable | IResolvable | IpamOperatingRegionProperty[] (optional)

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.


tags?

Type: CfnTag[] (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.