Module: AWSCDK::StepFunctionsTasks::MessageAttributeDataType

Defined in:
step_functions_tasks/message_attribute_data_type.rb

Overview

The data type set for the SNS message attributes.

Constant Summary collapse

STRING =
Deprecated.
Note:

Default:

Strings are Unicode with UTF-8 binary encoding.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.MessageAttributeDataType", "STRING")
STRING_ARRAY =
Deprecated.
Note:

Default:

An array, formatted as a string.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.MessageAttributeDataType", "STRING_ARRAY")
NUMBER =
Deprecated.
Note:

Default:

Numbers are positive or negative integers or floating-point numbers.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.MessageAttributeDataType", "NUMBER")
BINARY =
Deprecated.
Note:

Default:

Binary type attributes can store any binary data.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.MessageAttributeDataType", "BINARY")