List Queues credentials
List existing Queues credentials in the specified region. The response contains only the metadata for the credentials, not the credentials themselves.
path Parameters
regionThe region you want to target
query Parameters
project_idInclude only Queues credentials in this Project.
pagePage number to return.
page_sizeMaximum number of credentials to return per page.
order_byOrder in which to return results.
List Queues credentials › Responses
total_countTotal count of existing credentials (matching any filters specified).
Queues credentials on this page.
Create Queues credentials
Create a set of credentials for Queues, specified by a Project ID. Credentials give the bearer access to queues, and the level of permissions can be defined granularly.
path Parameters
regionThe region you want to target
Create Queues credentials › Request Body
project_idProject containing the Queues credentials.
nameName of the credentials.
Permissions associated with these credentials.
Create Queues credentials › Responses
idID of the credentials.
nameName of the credentials.
project_idProject ID of the Project containing the credentials.
regionRegion where the credentials exists.
created_atCredentials creation date. (RFC 3339 format)
updated_atCredentials last modification date. (RFC 3339 format)
access_keyAccess key ID.
secret_keySecret key ID (Only returned by Create Queues Credentials call).
secret_checksumChecksum of the Secret key.
Permissions associated with these credentials.
Get Queues credentials
Retrieve an existing set of credentials, identified by the credentials_id. The credentials themselves, as well as their metadata (name, project ID etc), are returned in the response.
path Parameters
regionThe region you want to target
sqs_credentials_idID of the Queues credentials to get.
Get Queues credentials › Responses
idID of the credentials.
nameName of the credentials.
project_idProject ID of the Project containing the credentials.
regionRegion where the credentials exists.
created_atCredentials creation date. (RFC 3339 format)
updated_atCredentials last modification date. (RFC 3339 format)
access_keyAccess key ID.
secret_keySecret key ID (Only returned by Create Queues Credentials call).
secret_checksumChecksum of the Secret key.
Permissions associated with these credentials.
Delete Queues credentials
Delete a set of Queues credentials, specified by their credentials ID. Deleting credentials is irreversible and cannot be undone. The credentials can then no longer be used to access Queues.
path Parameters
regionThe region you want to target
sqs_credentials_idID of the credentials to delete.
Delete Queues credentials › Responses
Update Queues credentials
Update a set of Queues credentials. You can update the credentials' name, or their permissions.
path Parameters
regionThe region you want to target
sqs_credentials_idID of the Queues credentials to update.
Update Queues credentials › Request Body
nameName of the credentials.
Permissions associated with these credentials.
Update Queues credentials › Responses
idID of the credentials.
nameName of the credentials.
project_idProject ID of the Project containing the credentials.
regionRegion where the credentials exists.
created_atCredentials creation date. (RFC 3339 format)
updated_atCredentials last modification date. (RFC 3339 format)
access_keyAccess key ID.
secret_keySecret key ID (Only returned by Create Queues Credentials call).
secret_checksumChecksum of the Secret key.
Permissions associated with these credentials.