Class CfnRulePropsMixin.FieldValueProperty
Object for case field values.
Implements
Inherited Members
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
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
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
Remarks
DoubleValue
Object for case field values.
public double? DoubleValue { get; set; }
Property Value
Remarks
EmptyValue
Object for case field values.
public object? EmptyValue { get; set; }
Property Value
Remarks
StringValue
Object for case field values.
public string? StringValue { get; set; }