interface OperandOneProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Cases.Mixins.CfnCaseRulePropsMixin.OperandOneProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscases/mixins#CfnCaseRulePropsMixin_OperandOneProperty |
Java | software.amazon.awscdk.mixins.preview.services.cases.mixins.CfnCaseRulePropsMixin.OperandOneProperty |
Python | aws_cdk.mixins_preview.aws_cases.mixins.CfnCaseRulePropsMixin.OperandOneProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cases » mixins » CfnCaseRulePropsMixin » OperandOneProperty |
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 { mixins as cases_mixins } from '@aws-cdk/mixins-preview/aws-cases';
const operandOneProperty: cases_mixins.CfnCaseRulePropsMixin.OperandOneProperty = {
fieldId: 'fieldId',
};
Properties
| Name | Type | Description |
|---|---|---|
| field | string | The field ID that this operand should take the value of. |
fieldId?
Type:
string
(optional)
The field ID that this operand should take the value of.

.NET
Go
Java
Python
TypeScript