IpamResourceDiscoveryOrganizationalUnitExclusion

data class IpamResourceDiscoveryOrganizationalUnitExclusion(val organizationsEntityPath: String)

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: String)

Types

Link copied to clipboard
object Companion

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 '/*'. */