| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StackAsset.Jsii$Proxy
An implementation for
StackAsset |
| Modifier and Type | Method and Description |
|---|---|
StackAsset |
StackAsset.Builder.build()
Builds the configured instance.
|
StackAsset |
StackDeployment.getTemplateAsset()
The asset that represents the CloudFormation template for this stack.
|
| Modifier and Type | Method and Description |
|---|---|
default List<StackAsset> |
StackDeploymentProps.getAssets()
Assets referenced by this stack.
|
List<StackAsset> |
StackDeploymentProps.Jsii$Proxy.getAssets() |
List<StackAsset> |
StackDeployment.getAssets()
Assets referenced by this stack.
|
| Modifier and Type | Method and Description |
|---|---|
StackDeploymentProps.Builder |
StackDeploymentProps.Builder.assets(List<? extends StackAsset> assets)
Sets the value of
StackDeploymentProps.getAssets() |
Copyright © 2022. All rights reserved.