@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:34.853Z") @Deprecated public class CfnInclude extends CfnElement
All elements of the template will be merged into the current stack, together with any elements created programmatically.
Example:
CfnInclude.Builder.create(this, "ID") .template(Map.of( "Resources", Map.of( "Bucket", Map.of( "Type", "AWS::S3::Bucket", "Properties", Map.of( "BucketName", "my-shiny-bucket"))))) .build();
Modifier and Type | Class and Description |
---|---|
static class |
CfnInclude.Builder
Deprecated.
|
IConstruct.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
|
CfnInclude(software.constructs.Construct scope,
java.lang.String id,
CfnIncludeProps props)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
getTemplate()
Deprecated.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected CfnInclude(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnInclude(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnInclude(software.constructs.Construct scope, java.lang.String id, 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.