interface IpamOrganizationalUnitExclusionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnIPAM.IpamOrganizationalUnitExclusionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIPAM_IpamOrganizationalUnitExclusionProperty |
![]() | software.amazon.awscdk.services.ec2.CfnIPAM.IpamOrganizationalUnitExclusionProperty |
![]() | aws_cdk.aws_ec2.CfnIPAM.IpamOrganizationalUnitExclusionProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnIPAM » IpamOrganizationalUnitExclusionProperty |
If your IPAM is integrated with AWS Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.
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 ipamOrganizationalUnitExclusionProperty: ec2.CfnIPAM.IpamOrganizationalUnitExclusionProperty = {
organizationsEntityPath: 'organizationsEntityPath',
};
Properties
Name | Type | Description |
---|---|---|
organizations | string | An AWS Organizations entity path. |
organizationsEntityPath
Type:
string
An AWS Organizations entity path.
For more information on the entity path, see Understand the AWS Organizations entity path in the AWS Identity and Access Management User Guide .