@Generated(value="jsii-pacmak/0.21.2 (build 4370756)", date="2020-01-23T18:16:35.487Z") @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, 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)
The condition must be constructed with a condition token, that the condition is based on.
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 © 2020. All rights reserved.