@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.034Z") @Stability(value=Experimental) public class CloudFormationStackArtifact extends CloudArtifact
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFormationStackArtifact.Builder
(experimental) A fluent builder for
CloudFormationStackArtifact. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFormationStackArtifact(CloudAssembly assembly,
String artifactId,
ArtifactManifest artifact) |
protected |
CloudFormationStackArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationStackArtifact(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAssets()
(experimental) Any assets associated with this stack.
|
String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed to deploy the stack.
|
String |
getBootstrapStackVersionSsmParameter()
(experimental) Name of SSM parameter with bootstrap stack version.
|
String |
getCloudFormationExecutionRoleArn()
(experimental) The role that is passed to CloudFormation to execute the change set.
|
String |
getDisplayName()
(experimental) A string that represents this stack.
|
Environment |
getEnvironment()
(experimental) The environment into which to deploy this artifact.
|
String |
getOriginalName()
(experimental) The original name as defined in the CDK app.
|
Map<String,String> |
getParameters()
(experimental) CloudFormation parameters to pass to the stack.
|
Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
String |
getStackName()
(experimental) The physical name of this stack.
|
String |
getStackTemplateAssetObjectUrl()
(experimental) If the stack template has already been included in the asset manifest, its asset URL.
|
Map<String,String> |
getTags()
(experimental) CloudFormation tags to pass to the stack.
|
Object |
getTemplate()
(experimental) The CloudFormation template for this stack.
|
String |
getTemplateFile()
(experimental) The file name of the template.
|
String |
getTemplateFullPath()
(experimental) Full path to the template file.
|
Boolean |
getTerminationProtection()
(experimental) Whether termination protection is enabled for this stack.
|
Boolean |
getValidateOnSynth()
(experimental) Whether this stack should be validated by the CLI after synthesis.
|
findMetadataByType, fromManifest, getAssembly, getDependencies, getHierarchicalId, getId, getManifest, getMessagesjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFormationStackArtifact(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationStackArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CloudFormationStackArtifact(@NotNull
CloudAssembly assembly,
@NotNull
String artifactId,
@NotNull
ArtifactManifest artifact)
assembly - This parameter is required.artifactId - This parameter is required.artifact - This parameter is required.@Stability(value=Experimental) @NotNull public List<Object> getAssets()
@Stability(value=Experimental) @NotNull public String getDisplayName()
Should only be used in user interfaces.
If the stackName and artifactId are the same, it will just return that. Otherwise,
it will return something like "
@Stability(value=Experimental) @NotNull public Environment getEnvironment()
@Stability(value=Experimental) @NotNull public String getOriginalName()
@Stability(value=Experimental) @NotNull public Map<String,String> getParameters()
@Stability(value=Experimental) @NotNull public String getStackName()
@Stability(value=Experimental) @NotNull public Map<String,String> getTags()
@Stability(value=Experimental) @NotNull public Object getTemplate()
@Stability(value=Experimental) @NotNull public String getTemplateFile()
@Stability(value=Experimental) @NotNull public String getTemplateFullPath()
@Stability(value=Experimental) @Nullable public String getAssumeRoleArn()
Default: - No role is assumed (current credentials are used)
@Stability(value=Experimental) @Nullable public String getBootstrapStackVersionSsmParameter()
Default: - Discover SSM parameter by reading stack
@Stability(value=Experimental) @Nullable public String getCloudFormationExecutionRoleArn()
Default: - No role is passed (currently assumed role/credentials are used)
@Stability(value=Experimental) @Nullable public Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Experimental) @Nullable public String getStackTemplateAssetObjectUrl()
Default: - Not uploaded yet, upload just before deploying
@Stability(value=Experimental) @Nullable public Boolean getTerminationProtection()
@Stability(value=Experimental) @Nullable public Boolean getValidateOnSynth()
Default: - false
Copyright © 2021. All rights reserved.