@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.735Z") @Stability(value=Stable) public class CfnCondition extends CfnElement implements ICfnConditionExpression, IResolvable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCondition.Builder
A fluent builder for
CfnCondition. |
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 initializationMode) |
protected |
CfnCondition(software.amazon.jsii.JsiiObjectRef objRef) |
| 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, overrideLogicalIdgetNode, isConstruct, prepare, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreationStack, toStringprotected CfnCondition(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCondition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnCondition(Construct scope, String id, CfnConditionProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) public Object resolve(IResolveContext _context)
resolve in interface IResolvable_context - This parameter is required.@Stability(value=Stable) public ICfnConditionExpression getExpression()
@Stability(value=Stable) public void setExpression(ICfnConditionExpression value)
Copyright © 2019. All rights reserved.