@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.423Z") @Stability(value=Experimental) public class CfnCondition extends CfnElement implements ICfnConditionExpression, IResolvable
Modifier and Type | Class and Description |
---|---|
static class |
CfnCondition.Builder
(experimental) A fluent builder for
CfnCondition . |
software.amazon.jsii.JsiiObject.InitializationMode
ICfnConditionExpression.Jsii$Default, ICfnConditionExpression.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
|
CfnCondition(software.constructs.Construct scope,
String id)
(experimental) Build a new condition.
|
|
CfnCondition(software.constructs.Construct scope,
String id,
CfnConditionProps props)
(experimental) 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()
(experimental) The condition statement.
|
Object |
resolve(IResolveContext _context)
(experimental) Synthesizes the condition.
|
void |
setExpression(ICfnConditionExpression value)
(experimental) The condition statement.
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCreationStack, toString
protected CfnCondition(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCondition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public CfnCondition(@NotNull software.constructs.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=Experimental) public CfnCondition(@NotNull software.constructs.Construct scope, @NotNull String id)
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.@Stability(value=Experimental) @NotNull public Object resolve(@NotNull IResolveContext _context)
resolve
in interface IResolvable
_context
- This parameter is required.@Stability(value=Experimental) @Nullable public ICfnConditionExpression getExpression()
@Stability(value=Experimental) public void setExpression(@Nullable ICfnConditionExpression value)
Copyright © 2021. All rights reserved.