aws.cleanrooms.get_privacy_budget_template
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_privacy_budget_templateWHERE"membership_identifier" = 'VALUE'AND "privacy_budget_template_identifier" = 'VALUE';Description
Returns details for a specified privacy budget template.
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 template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID. | VARCHAR |
| privacy_budget_template_identifier Required Input Column A unique identifier for your privacy budget template. | 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 |
| privacy_budget_template Returns the details of the privacy budget template that you requested. | STRUCT( |
Show child fields
| |