Interface CfnCaseRule.OperandOneProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCaseRule.OperandOneProperty.Jsii$Proxy
Enclosing class:
CfnCaseRule

@Stability(Stable) public static interface CfnCaseRule.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.services.cases.*;
 OperandOneProperty operandOneProperty = OperandOneProperty.builder()
         .fieldId("fieldId")
         .build();
 

See Also: