IpamOrganizationalUnitExclusionArgs

data class IpamOrganizationalUnitExclusionArgs(val organizationsEntityPath: Output<String>) : ConvertibleToJava<IpamOrganizationalUnitExclusionArgs>

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.

Constructors

Link copied to clipboard
constructor(organizationsEntityPath: Output<String>)

Properties

Link copied to clipboard

An AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a '/'. Include all child OUs by ending the path with '/*'. */

Functions

Link copied to clipboard
open override fun toJava(): IpamOrganizationalUnitExclusionArgs