@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.461Z") @Stability(value=Experimental) public enum ApprovalLevel extends Enum<ApprovalLevel>
| Enum Constant and Description |
|---|
ANY_CHANGE
(experimental) Requires approval on any IAM or security-group-related change.
|
BROADENING
(experimental) Requires approval when IAM statements or traffic rules are added;
|
NEVER
(experimental) Approval is never required.
|
| Modifier and Type | Method and Description |
|---|---|
static ApprovalLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ApprovalLevel NEVER
@Stability(value=Experimental) public static final ApprovalLevel ANY_CHANGE
@Stability(value=Experimental) public static final ApprovalLevel BROADENING
removals don't require approval
public static ApprovalLevel[] values()
for (ApprovalLevel c : ApprovalLevel.values()) System.out.println(c);
public static ApprovalLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.