| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
default RequireApproval |
DeployOptions.getRequireApproval()
What kind of security changes require approval.
|
RequireApproval |
DeployOptions.Jsii$Proxy.getRequireApproval() |
static RequireApproval |
RequireApproval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequireApproval[] |
RequireApproval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeployOptions.Builder |
DeployOptions.Builder.requireApproval(RequireApproval requireApproval)
Sets the value of
DeployOptions.getRequireApproval() |
Copyright © 2022. All rights reserved.