@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-05-04T12:08:33.561Z") @Stability(value=Deprecated) @Deprecated public class CfnInclude extends CfnElement
All elements of the template will be merged into the current stack, together with any elements created programmatically.
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnInclude.Builder
Deprecated.
|
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CfnInclude(software.constructs.Construct scope,
String id,
CfnIncludeProps props)
Deprecated.
|
protected |
CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getTemplate()
Deprecated.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnInclude(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIncludeProps props)
The template will be incorporated into the stack as-is with no changes at all. This means that logical IDs of entities within this template may conflict with logical IDs of entities that are part of the stack.
scope - The parent construct of this template. This parameter is required.id - The ID of this construct. This parameter is required.props - Initialization properties. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public com.fasterxml.jackson.databind.node.ObjectNode getTemplate()
Copyright © 2021. All rights reserved.