queues_create_credentials
Create SQS credentials for data plane access, with options to set publish, receive, and manage permissions.
Instructions
Create SQS credentials for the data plane.
The returned secret_key is shown only once -- capture it now and set it
(with access_key) as SCW_SQS_SECRET_KEY / SCW_SQS_ACCESS_KEY for
the data-plane tools. MnQ resources are not taggable, so these are not tagged
as managed by this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional credential name (auto-generated if omitted). | |
| region | No | Region such as ``fr-par``. Defaults to the configured region. | |
| can_manage | No | Allow creating/deleting queues. | |
| project_id | No | Project ID. Defaults to the configured project. | |
| can_publish | No | Allow sending messages. | |
| can_receive | No | Allow receiving/deleting messages. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||