| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICfnRuleConditionExpression.Jsii$Default
Internal default implementation for
ICfnRuleConditionExpression. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ICfnRuleConditionExpression.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICfnRuleConditionExpression |
Fn.conditionAnd(ICfnConditionExpression... conditions)
Returns true if all the specified conditions evaluate to true, or returns false if any one of the conditions evaluates to false.
|
static ICfnRuleConditionExpression |
Fn.conditionContains(List<String> listOfStrings,
String value)
Returns true if a specified string matches at least one value in a list of strings.
|
static ICfnRuleConditionExpression |
Fn.conditionEachMemberEquals(List<String> listOfStrings,
String value)
Returns true if a specified string matches all values in a list.
|
static ICfnRuleConditionExpression |
Fn.conditionEachMemberIn(List<String> stringsToCheck,
List<String> stringsToMatch)
Returns true if each member in a list of strings matches at least one value in a second list of strings.
|
static ICfnRuleConditionExpression |
Fn.conditionEquals(Object lhs,
Object rhs)
Compares if two values are equal.
|
static ICfnRuleConditionExpression |
Fn.conditionIf(String conditionId,
Object valueIfTrue,
Object valueIfFalse)
Returns one value if the specified condition evaluates to true and another value if the specified condition evaluates to false.
|
static ICfnRuleConditionExpression |
Fn.conditionNot(ICfnConditionExpression condition)
Returns true for a condition that evaluates to false or returns false for a condition that evaluates to true.
|
static ICfnRuleConditionExpression |
Fn.conditionOr(ICfnConditionExpression... conditions)
Returns true if any one of the specified conditions evaluate to true, or returns false if all of the conditions evaluates to false.
|
Copyright © 2021. All rights reserved.