Class CfnCaseRule.OperandOneProperty
Represents the left hand operand in the condition.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCaseRule.OperandOneProperty : CfnCaseRule.IOperandOneProperty
Syntax (vb)
Public Class CfnCaseRule.OperandOneProperty Implements CfnCaseRule.IOperandOneProperty
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cases;
var operandOneProperty = new OperandOneProperty {
FieldId = "fieldId"
};
Synopsis
Constructors
| OperandOneProperty() | Represents the left hand operand in the condition. |
Properties
| FieldId | The field ID that this operand should take the value of. |
Constructors
OperandOneProperty()
Represents the left hand operand in the condition.
public OperandOneProperty()
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cases;
var operandOneProperty = new OperandOneProperty {
FieldId = "fieldId"
};
Properties
FieldId
The field ID that this operand should take the value of.
public string FieldId { get; set; }