@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-22T23:51:21.519Z") @Stability(value=Stable) public interface SynthesizeStackArtifactOptions extends software.amazon.jsii.JsiiSerializable
A subset of cxschema.AwsCloudFormationStackProperties of optional settings that need to be
configurable by synthesizers, plus additionalDependencies.
| Modifier and Type | Interface and Description |
|---|---|
static class |
SynthesizeStackArtifactOptions.Builder
A builder for
SynthesizeStackArtifactOptions |
static class |
SynthesizeStackArtifactOptions.Jsii$Proxy
An implementation for
SynthesizeStackArtifactOptions |
| Modifier and Type | Method and Description |
|---|---|
static SynthesizeStackArtifactOptions.Builder |
builder() |
default List<String> |
getAdditionalDependencies()
Identifiers of additional dependencies.
|
default String |
getAssumeRoleArn()
The role that needs to be assumed to deploy the stack.
|
default String |
getCloudFormationExecutionRoleArn()
The role that is passed to CloudFormation to execute the change set.
|
default Map<String,String> |
getParameters()
Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
default Number |
getRequiresBootstrapStackVersion()
Version of bootstrap stack required to deploy this stack.
|
default String |
getStackTemplateAssetObjectUrl()
If the stack template has already been included in the asset manifest, its asset URL.
|
@Stability(value=Stable) @Nullable default List<String> getAdditionalDependencies()
Default: - No additional dependencies
@Stability(value=Stable) @Nullable default String getAssumeRoleArn()
Default: - No role is assumed (current credentials are used)
@Stability(value=Stable) @Nullable default String getCloudFormationExecutionRoleArn()
Default: - No role is passed (currently assumed role/credentials are used)
@Stability(value=Stable) @Nullable default Map<String,String> getParameters()
Default: - No parameters
@Stability(value=Stable) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Stable) @Nullable default String getStackTemplateAssetObjectUrl()
Default: - Not uploaded yet, upload just before deploying
@Stability(value=Stable) static SynthesizeStackArtifactOptions.Builder builder()
Copyright © 2020. All rights reserved.