Interface CfnCaseRulePropsMixin.OperandOneProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCaseRulePropsMixin.OperandOneProperty.Jsii$Proxy
- Enclosing class:
CfnCaseRulePropsMixin
@Stability(Stable)
public static interface CfnCaseRulePropsMixin.OperandOneProperty
extends software.amazon.jsii.JsiiSerializable
Represents the left hand operand in the condition.
In the Amazon Connect admin website, case rules are known as case field conditions . For more information about case field conditions, see Add case field conditions to a case template .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cases.*;
OperandOneProperty operandOneProperty = OperandOneProperty.builder()
.fieldId("fieldId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCaseRulePropsMixin.OperandOnePropertystatic final classAn implementation forCfnCaseRulePropsMixin.OperandOneProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
The field ID that this operand should take the value of.- See Also:
-
builder
-