@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:45.957Z") @Stability(value=Experimental) 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()
(experimental) Identifiers of additional dependencies.
|
default String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed to deploy the stack.
|
default String |
getBootstrapStackVersionSsmParameter()
(experimental) SSM parameter where the bootstrap stack version number can be found.
|
default String |
getCloudFormationExecutionRoleArn()
(experimental) The role that is passed to CloudFormation to execute the change set.
|
default Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
default Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
default String |
getStackTemplateAssetObjectUrl()
(experimental) If the stack template has already been included in the asset manifest, its asset URL.
|
@Stability(value=Experimental) @Nullable default List<String> getAdditionalDependencies()
Default: - No additional dependencies
@Stability(value=Experimental) @Nullable default String getAssumeRoleArn()
Default: - No role is assumed (current credentials are used)
@Stability(value=Experimental) @Nullable default String getBootstrapStackVersionSsmParameter()
Only used if requiresBootstrapStackVersion is set.
Default: - Bootstrap stack version number looked up
@Stability(value=Experimental) @Nullable default String getCloudFormationExecutionRoleArn()
Default: - No role is passed (currently assumed role/credentials are used)
@Stability(value=Experimental) @Nullable default Map<String,String> getParameters()
Default: - No parameters
@Stability(value=Experimental) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Experimental) @Nullable default String getStackTemplateAssetObjectUrl()
Default: - Not uploaded yet, upload just before deploying
@Stability(value=Experimental) static SynthesizeStackArtifactOptions.Builder builder()
Copyright © 2021. All rights reserved.