| 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()
(experimental) The asset that represents the CloudFormation template for this stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackAsset> |
StackDeployment.getAssets()
(experimental) Assets referenced by this stack.
|
default List<StackAsset> |
StackDeploymentProps.getAssets()
(experimental) Assets referenced by this stack.
|
List<StackAsset> |
StackDeploymentProps.Jsii$Proxy.getAssets() |
| Modifier and Type | Method and Description |
|---|---|
StackDeploymentProps.Builder |
StackDeploymentProps.Builder.assets(List<? extends StackAsset> assets)
Sets the value of
StackDeploymentProps.getAssets() |
| Constructor and Description |
|---|
Jsii$Proxy(String absoluteTemplatePath,
String constructPath,
String stackArtifactId,
String stackName,
String account,
List<? extends StackAsset> assets,
String assumeRoleArn,
String executionRoleArn,
String region,
Map<String,String> tags,
String templateS3Uri)
Constructor that initializes the object based on literal property values passed by the
StackDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.