topics_create_credentials
Create SNS credentials for the Scaleway data plane with configurable permissions for publishing, receiving, and managing topics. Returns access key and secret key for use with data-plane tools.
Instructions
Create SNS credentials for the data plane.
The returned secret_key is shown only once -- capture it now and set it
(with access_key) as SCW_SNS_SECRET_KEY / SCW_SNS_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 topics. | |
| project_id | No | Project ID. Defaults to the configured project. | |
| can_publish | No | Allow publishing messages. | |
| can_receive | No | Allow receiving messages / managing subscriptions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||