Show / Hide Table of Contents

Class CfnRulePropsMixin.FieldValueProperty

Object for case field values.

Inheritance
object
CfnRulePropsMixin.FieldValueProperty
Implements
CfnRulePropsMixin.IFieldValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRulePropsMixin.FieldValueProperty : CfnRulePropsMixin.IFieldValueProperty
Syntax (vb)
Public Class CfnRulePropsMixin.FieldValueProperty Implements CfnRulePropsMixin.IFieldValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.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.CfnPropertyMixins.AWS.Connect;

             var emptyValue;

             var fieldValueProperty = new FieldValueProperty {
                 BooleanValue = false,
                 DoubleValue = 123,
                 EmptyValue = emptyValue,
                 StringValue = "stringValue"
             };

Synopsis

Constructors

FieldValueProperty()

Object for case field values.

Properties

BooleanValue

Object for case field values.

DoubleValue

Object for case field values.

EmptyValue

Object for case field values.

StringValue

Object for case field values.

Constructors

FieldValueProperty()

Object for case field values.

public FieldValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.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.CfnPropertyMixins.AWS.Connect;

             var emptyValue;

             var fieldValueProperty = new FieldValueProperty {
                 BooleanValue = false,
                 DoubleValue = 123,
                 EmptyValue = emptyValue,
                 StringValue = "stringValue"
             };

Properties

BooleanValue

Object for case field values.

public object? BooleanValue { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.html#cfn-connect-rule-fieldvalue-booleanvalue

Type union: either bool or IResolvable

DoubleValue

Object for case field values.

public double? DoubleValue { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.html#cfn-connect-rule-fieldvalue-doublevalue

EmptyValue

Object for case field values.

public object? EmptyValue { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.html#cfn-connect-rule-fieldvalue-emptyvalue

StringValue

Object for case field values.

public string? StringValue { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.html#cfn-connect-rule-fieldvalue-stringvalue

Implements

CfnRulePropsMixin.IFieldValueProperty
Back to top Generated by DocFX