@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.492Z") @Stability(value=Experimental) public class NestedStack extends NestedStack
When you apply template changes to update a top-level stack, CloudFormation updates the top-level stack and initiates an update to its nested stacks. CloudFormation updates the resources of modified nested stacks, but does not update the resources of unmodified nested stacks.
Furthermore, this stack will not be treated as an independent deployment artifact (won't be listed in "cdk list" or deployable through "cdk deploy"), but rather only synthesized as a template and uploaded as an asset to S3.
Cross references of resource attributes between the parent stack and the nested stack will automatically be translated to stack parameters and outputs.
| Modifier and Type | Class and Description |
|---|---|
static class |
NestedStack.Builder
(experimental) A fluent builder for
NestedStack. |
software.amazon.jsii.JsiiObject.InitializationModeITaggable.Jsii$Default, ITaggable.Jsii$ProxyIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
NestedStack(Construct scope,
String id) |
|
NestedStack(Construct scope,
String id,
NestedStackProps props) |
protected |
NestedStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NestedStack(software.amazon.jsii.JsiiObjectRef objRef) |
getNestedStackResource, getStackId, getStackName, getTemplateFile, isNestedStack, setParameteraddDependency, addDependency, addDockerImageAsset, addFileAsset, addTransform, allocateLogicalId, formatArn, getAccount, getArtifactId, getAvailabilityZones, getDependencies, getEnvironment, getLogicalId, getNested, getNestedStackParent, getNotificationArns, getParentStack, getPartition, getRegion, getSynthesizer, getTags, getTemplateOptions, getTerminationProtection, getUrlSuffix, isStack, of, parseArn, parseArn, parseArn, prepareCrossReference, renameLogicalId, reportMissingContext, resolve, toJsonString, toJsonStringgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected NestedStack(software.amazon.jsii.JsiiObjectRef objRef)
protected NestedStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public NestedStack(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
NestedStackProps props)
scope - This parameter is required.id - This parameter is required.props - Copyright © 2020. All rights reserved.