interface CfnIPAMResourceDiscoveryProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnIPAMResourceDiscoveryProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAMResourceDiscoveryProps |
![]() | software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps |
![]() | aws_cdk.aws_ec2.CfnIPAMResourceDiscoveryProps |
![]() | 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',
}],
organizationalUnitExclusions: [{
organizationsEntityPath: 'organizationsEntityPath',
}],
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. |
organizational | IResolvable | IResolvable | Ipam [] | If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) 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 in the Amazon Virtual Private Cloud IP Address Manager User Guide . |
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.
organizationalUnitExclusions?
Type:
IResolvable
|
IResolvable
|
Ipam
[]
(optional)
If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) 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 in the Amazon Virtual Private Cloud IP Address Manager User Guide .
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.