@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.737Z") @Stability(value=Stable) public abstract class CfnElement extends Construct
| Modifier | Constructor and Description |
|---|---|
protected |
CfnElement(Construct scope,
String id)
Creates an entity and binds it to a tree.
|
protected |
CfnElement(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnElement(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCreationStack() |
String |
getLogicalId()
The logical ID for this CloudFormation stack element.
|
Stack |
getStack()
The stack in which this element is defined.
|
static Boolean |
isCfnElement(Object x)
Returns `true` if a construct is a stack element (i.e.
|
void |
overrideLogicalId(String newLogicalId)
Overrides the auto-generated logical ID with a specific ID.
|
getNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected CfnElement(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnElement(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected CfnElement(Construct scope, String id)
scope - The parent construct. This parameter is required.id - This parameter is required.@Stability(value=Stable) public static Boolean isCfnElement(Object x)
x - This parameter is required.@Stability(value=Stable) public void overrideLogicalId(String newLogicalId)
newLogicalId - The new logical ID to use for this stack element. This parameter is required.@Stability(value=Stable) public List<String> getCreationStack()
@Stability(value=Stable) public String getLogicalId()
@Stability(value=Stable) public Stack getStack()
Copyright © 2019. All rights reserved.