Show / Hide Table of Contents

Class CfnCaseRule.OperandOneProperty

Represents the left hand operand in the condition.

Inheritance
object
CfnCaseRule.OperandOneProperty
Implements
CfnCaseRule.IOperandOneProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

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

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 .

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"
             };

Properties

FieldId

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

public string FieldId { get; set; }
Property Value

string

Remarks

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

Implements

CfnCaseRule.IOperandOneProperty
Back to top Generated by DocFX