Show / Hide Table of Contents

Interface CfnCaseRule.IOperandOneProperty

Represents the left hand operand in the condition.

Namespace: Amazon.CDK.AWS.Cases
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCaseRule.IOperandOneProperty
Syntax (vb)
Public Interface 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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html

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

Properties

FieldId

The field ID that this operand should take the value of.

Properties

FieldId

The field ID that this operand should take the value of.

string FieldId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html#cfn-cases-caserule-operandone-fieldid

Back to top Generated by DocFX