interface OperandOneProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cases.CfnCaseRulePropsMixin.OperandOneProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscases#CfnCaseRulePropsMixin_OperandOneProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cases.CfnCaseRulePropsMixin.OperandOneProperty |
Python | aws_cdk.cfn_property_mixins.aws_cases.CfnCaseRulePropsMixin.OperandOneProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cases » 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 { aws_cases as cases } from '@aws-cdk/cfn-property-mixins';
const operandOneProperty: cases.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