PolicyExcludeMap

data class PolicyExcludeMap(val accounts: List<String>? = null, val orgunits: List<String>? = null)

Constructors

Link copied to clipboard
fun PolicyExcludeMap(accounts: List<String>? = null, orgunits: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accounts: List<String>? = null

A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.

Link copied to clipboard
val orgunits: List<String>? = null

A list of AWS Organizational Units that you want to include for this AWS FMS Policy. Specifying an OU is the equivalent of specifying all accounts in the OU and in any of its child OUs, including any child OUs and accounts that are added at a later time.