| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ICfnRuleConditionExpression |
TemplateRuleAssertion.getAssertValue()
The assertion condition.
|
ICfnRuleConditionExpression |
TemplateRuleAssertion.Jsii$Proxy.getAssertValue() |
default ICfnRuleConditionExpression |
TemplateRule.getCondition()
Specify when to apply rule with a rule-specific intrinsic function.
|
ICfnRuleConditionExpression |
TemplateRule.Jsii$Proxy.getCondition() |
| Modifier and Type | Method and Description |
|---|---|
TemplateRuleAssertion.Builder |
TemplateRuleAssertion.Builder.assertValue(ICfnRuleConditionExpression assertValue)
Sets the value of
TemplateRuleAssertion.getAssertValue() |
TemplateRule.Builder |
TemplateRule.Builder.condition(ICfnRuleConditionExpression condition)
Sets the value of
TemplateRule.getCondition() |
Copyright © 2022. All rights reserved.