@Stability(value=Stable)
public static interface CfnPolicy.IEMapProperty
extends software.amazon.jsii.JsiiSerializable
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.
This is used for the policy's IncludeMap and ExcludeMap .
You can specify account IDs, OUs, or a combination:
ACCOUNT . For example, the following is a valid map: {“ACCOUNT” : [“accountID1”, “accountID2”]} .ORGUNIT . For example, the following is a valid map: {“ORGUNIT” : [“ouid111”, “ouid112”]} .{“ACCOUNT” : [“accountID1”, “accountID2”], “ORGUNIT” : [“ouid111”, “ouid112”]} .| Modifier and Type | Interface and Description |
|---|---|
static interface |
CfnPolicy.IEMapProperty.Jsii$Default
Internal default implementation for
CfnPolicy.IEMapProperty. |
static class |
CfnPolicy.IEMapProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<String> |
getAccount()
The account list for the map.
|
default List<String> |
getOrgunit()
The organizational unit list for the map.
|
Copyright © 2022. All rights reserved.