StructuredMessage
The structured message for the message signal. It can be defined with either a primitiveMessageDefinition
, structuredMessageListDefinition
, or structuredMessageDefinition
recursively.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- primitiveMessageDefinition
-
Represents a primitive type node of the complex data structure.
Type: PrimitiveMessageDefinition object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- structuredMessageDefinition
-
Represents a struct type node of the complex data structure.
Type: Array of StructuredMessageFieldNameAndDataTypePair objects
Array Members: Minimum number of 1 item. Maximum number of 500 items.
Required: No
- structuredMessageListDefinition
-
Represents a list type node of the complex data structure.
Type: StructuredMessageListDefinition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: