aws.cleanrooms.list_protected_queries
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_protected_queriesWHERE"membership_identifier" = 'VALUE';Description
Lists protected queries, sorted by the most recent query.
Table Definition
| Column Name | Column Data Type |
|---|---|
| membership_identifier Required Input Column The identifier for the membership in the collaboration. | VARCHAR |
| status Input Column The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| create_time The time the protected query was created. | TIMESTAMP_S |
| id The unique ID of the protected query. | VARCHAR |
| membership_arn The unique ARN for the membership that initiated the protected query. | VARCHAR |
| membership_id The unique ID for the membership that initiated the protected query. | VARCHAR |
| receiver_configurations The receiver configuration. | STRUCT( |
Show child fields
| |