| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackArtifact |
CloudFormationStackArtifact.Builder.build() |
CloudFormationStackArtifact |
CloudAssembly.getStackArtifact(String artifactId)
(experimental) Returns a CloudFormation stack artifact from this assembly.
|
CloudFormationStackArtifact |
CloudAssembly.getStackByName(String stackName)
(experimental) Returns a CloudFormation stack artifact from this assembly.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationStackArtifact> |
CloudAssembly.getStacks() |
List<CloudFormationStackArtifact> |
CloudAssembly.getStacksRecursively()
(experimental) Returns all the stacks, including the ones in nested assemblies.
|
Copyright © 2021. All rights reserved.