aws.cleanrooms.list_privacy_budget_templates
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_privacy_budget_templatesWHERE"membership_identifier" = 'VALUE';Description
Returns detailed information about the privacy budget templates in a specified membership.
Table Definition
| Column Name | Column Data Type |
|---|---|
| membership_identifier Required Input Column A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID. | 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 privacy budget template. | VARCHAR |
| collaboration_arn The ARN of the collaboration that contains this privacy budget template. | VARCHAR |
| collaboration_id The unique ID of the collaboration that contains this privacy budget template. | VARCHAR |
| create_time The time at which the privacy budget template was created. | TIMESTAMP_S |
| id The unique identifier of the privacy budget template. | VARCHAR |
| membership_arn The Amazon Resource Name (ARN) of the member who created the privacy budget template. | VARCHAR |
| membership_id The identifier for a membership resource. | VARCHAR |
| privacy_budget_type The type of the privacy budget template. | VARCHAR |
| update_time The most recent time at which the privacy budget template was updated. | TIMESTAMP_S |