IpamResourceDiscoveryOrganizationalUnitExclusionArgs

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

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

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(): IpamResourceDiscoveryOrganizationalUnitExclusionArgs