@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:45.932Z") @Stability(value=Stable) 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
A fluent builder for
CfnInclude. |
| Modifier | Constructor and Description |
|---|---|
|
CfnInclude(Construct scope,
String id,
CfnIncludeProps props)
Creates an adopted template construct.
|
protected |
CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnInclude(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getTemplate()
The included template.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnInclude(@NotNull
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.Copyright © 2020. All rights reserved.