PolicyExcludeMapArgs

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

Constructors

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

Properties

Link copied to clipboard
val accounts: Output<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: Output<List<String>>? = null

A list of IDs of the 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. You can specify inclusions or exclusions, but not both. If you specify an include_map, AWS Firewall Manager applies the policy to all accounts specified by the include_map, and does not evaluate any exclude_map specifications. If you do not specify an include_map, then Firewall Manager applies the policy to all accounts except for those specified by the exclude_map.

Functions

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