@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-27T11:34:13.672Z") @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, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
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) @NotNull public Object resolve(@NotNull IResolveContext _context)
resolve in interface IResolvable_context - This parameter is required.@Stability(value=Stable) @Nullable public ICfnConditionExpression getExpression()
@Stability(value=Stable)
public void setExpression(@Nullable
ICfnConditionExpression value)
Copyright © 2020. All rights reserved.