| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
static Hooks.Builder |
Hooks.builder() |
Hooks.Builder |
Hooks.Builder.postDeploy(List<String> postDeploy)
Sets the value of
Hooks.getPostDeploy() |
Hooks.Builder |
Hooks.Builder.postDestroy(List<String> postDestroy)
Sets the value of
Hooks.getPostDestroy() |
Hooks.Builder |
Hooks.Builder.preDeploy(List<String> preDeploy)
Sets the value of
Hooks.getPreDeploy() |
Hooks.Builder |
Hooks.Builder.preDestroy(List<String> preDestroy)
Sets the value of
Hooks.getPreDestroy() |
| Constructor and Description |
|---|
Jsii$Proxy(Hooks.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Hooks.Builder. |
Copyright © 2022. All rights reserved.