AuditEventFieldValueUnion - Amazon Connect

AuditEventFieldValueUnion

Object to store union of Field values.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

booleanValue

Can be either null, or have a Boolean value type. Only one value can be provided.

Type: Boolean

Required: No

doubleValue

Can be either null, or have a Double value type. Only one value can be provided.

Type: Double

Required: No

emptyValue

An empty value. You cannot set EmptyFieldValue on a field that is required on a case template.

This structure will never have any data members. It signifies an empty value on a case field.

Type: EmptyFieldValue object

Required: No

stringValue

Can be either null, or have a String value type. Only one value can be provided.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 500.

Required: No

userArnValue

Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: