aws.cleanrooms.list_collaboration_privacy_budget_templates
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_collaboration_privacy_budget_templatesWHERE"collaboration_identifier" = 'VALUE';Description
Returns an array that summarizes each privacy budget template in a specified collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for one of your collaborations. | 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 |
| arn The ARN of the collaboration privacy budget template. | VARCHAR |
| collaboration_arn The ARN of the collaboration that contains this collaboration privacy budget template. | VARCHAR |
| collaboration_id The unique identifier of the collaboration that contains this collaboration privacy budget template. | VARCHAR |
| create_time The time at which the collaboration privacy budget template was created. | TIMESTAMP_S |
| creator_account_id The unique identifier of the account that created this collaboration privacy budget template. | VARCHAR |
| id The unique identifier of the collaboration privacy budget template. | VARCHAR |
| privacy_budget_type The type of the privacy budget template. | VARCHAR |
| update_time The most recent time at which the collaboration privacy budget template was updated. | TIMESTAMP_S |