- If using Matillion Full SaaS: The component will use the cloud credentials associated with your environment to access resources.
- If using Hybrid SaaS: By default the component will inherit the agent’s execution role (service account role). However, if there are cloud credentials associated to your environment, these will overwrite the role.
Video example
Properties
A human-readable name for the component.
The AWS region that the queue is located in. This must be an existing SQS queue.
The name of the queue to write to. Available queues for the selected region are listed.
The message to post to the designated queue. Multi-line messages can be created. In the Message editor, use Shift + Enter to create a new line. Click Done to save the message.To use variables in this field, type the name of the variable prefixed by the dollar symbol and surrounded by { } brackets, as follows:
${variable}. Once you type ${, a drop-down list of autocompleted suggested variables will appear. This list updates as you type; for example, if you type ${date, functions and variables containing date will be listed.Messages may be optionally Base64 encoded, or compressed with ‘gzip’ compression. If compression is chosen, then the compressed data is also Base64 encoded, so it can be transported as plain text.
Visible only when the above properties specify a valid First-In-First-Out (FIFO) queue. The tag that specifies that a message belongs to a specific message group.
Visible only when the above properties specify a valid First-In-First-Out (FIFO) queue. The token used for deduplication of sent messages. The default is blank (no token).

