@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.737Z") @Stability(value=Stable) public class CfnInclude extends CfnElement
| 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, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnInclude(Construct scope, String id, CfnIncludeProps props)
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 © 2019. All rights reserved.