@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.265Z") @Stability(value=Stable) public class CfnCondition extends CfnElement implements ICfnConditionExpression, IResolvable
software.amazon.jsii.JsiiObject.InitializationModeICfnConditionExpression.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CfnCondition(Construct scope,
String id)
Build a new condition.
|
|
CfnCondition(Construct scope,
String id,
CfnConditionProps props)
Build a new condition.
|
protected |
CfnCondition(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ICfnConditionExpression |
getExpression()
The condition statement.
|
Object |
resolve(IResolveContext _context)
Synthesizes the condition.
|
void |
setExpression(ICfnConditionExpression value)
The condition statement.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationStack, toStringprotected CfnCondition(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) public CfnCondition(Construct scope, String id, @Nullable CfnConditionProps props)
@Stability(value=Stable) @Nullable public Object resolve(IResolveContext _context)
resolve in interface IResolvable@Stability(value=Stable) @Nullable public ICfnConditionExpression getExpression()
@Stability(value=Stable) public void setExpression(@Nullable ICfnConditionExpression value)
Copyright © 2019. All rights reserved.