@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T13:54:15.881Z") @Stability(value=Experimental) public abstract class CfnElement extends Construct
| Modifier | Constructor and Description |
|---|---|
|
CfnElement(Construct scope,
String id)
Creates an entity and binds it to a tree.
|
protected |
CfnElement(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCreationStack()
EXPERIMENTAL
|
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.
|
protected void |
prepare()
Automatically detect references in this CfnElement.
|
getNode, isConstruct, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected CfnElement(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public static Boolean isCfnElement(@Nullable Object x)
@Stability(value=Experimental) public void overrideLogicalId(String newLogicalId)
newLogicalId - The new logical ID to use for this stack element.@Stability(value=Experimental) protected void prepare()
@Stability(value=Experimental) public List<String> getCreationStack()
@Stability(value=Experimental) public String getLogicalId()
@Stability(value=Experimental) public Stack getStack()
Copyright © 2019. All rights reserved.