Package com.pulumi.aws.fms.outputs
Class PolicyExcludeMap
- java.lang.Object
-
- com.pulumi.aws.fms.outputs.PolicyExcludeMap
-
public final class PolicyExcludeMap extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolicyExcludeMap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
accounts()
static PolicyExcludeMap.Builder
builder()
static PolicyExcludeMap.Builder
builder(PolicyExcludeMap defaults)
java.util.List<java.lang.String>
orgunits()
-
-
-
Method Detail
-
accounts
public java.util.List<java.lang.String> accounts()
- Returns:
- A list of AWS Organization member Accounts that you want to include for this AWS FMS Policy.
-
orgunits
public java.util.List<java.lang.String> orgunits()
- Returns:
- 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`.
-
builder
public static PolicyExcludeMap.Builder builder()
-
builder
public static PolicyExcludeMap.Builder builder(PolicyExcludeMap defaults)
-
-