interface CfnIPAMResourceDiscoveryProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnIPAMResourceDiscoveryProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscoveryProps |
Java | software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps |
Python | aws_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
Name | Type | Description |
---|---|---|
description? | string | The resource discovery description. |
operating | IResolvable | IResolvable | Ipam [] | The operating Regions for the resource discovery. |
tags? | Cfn [] | A tag is a label that you assign to an AWS resource. |
description?
Type:
string
(optional)
The resource discovery description.
operatingRegions?
Type:
IResolvable
|
IResolvable
|
Ipam
[]
(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:
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.