@Generated(value="jsii-pacmak/0.17.1 (build f4a0dbe)", date="2019-10-02T18:14:53.793Z") @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.
|
protected void |
prepare()
Automatically detect references in this CfnElement.
|
getNode, isConstruct, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefprotected 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) 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.