@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:28.782Z") @Stability(value=Deprecated) @Deprecated 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
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeITaggable.Jsii$Default, ITaggable.Jsii$ProxyIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
NestedStack(Construct scope,
String id)
Deprecated.
|
|
NestedStack(Construct scope,
String id,
NestedStackProps props)
Deprecated.
|
protected |
NestedStack(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
NestedStack(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
getNestedStackResource, getStackId, getStackName, getTemplateFile, isNestedStack, setParameteraddDependency, addDependency, addDockerImageAsset, addFileAsset, addTransform, allocateLogicalId, exportValue, exportValue, 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=Deprecated) @Deprecated public NestedStack(@NotNull Construct scope, @NotNull String id, @Nullable NestedStackProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Deprecated) @Deprecated public NestedStack(@NotNull Construct scope, @NotNull String id)
scope - This parameter is required.id - This parameter is required.Copyright © 2021. All rights reserved.