@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.267Z") @Stability(value=Stable) 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() |
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=Stable) public static Boolean isCfnElement(@Nullable Object x)
@Stability(value=Stable) public void overrideLogicalId(String newLogicalId)
newLogicalId - The new logical ID to use for this stack element.@Stability(value=Stable) protected void prepare()
@Stability(value=Stable) public List<String> getCreationStack()
@Stability(value=Stable) public String getLogicalId()
@Stability(value=Stable) public Stack getStack()
Copyright © 2019. All rights reserved.