aws.cleanrooms.get_collaboration_privacy_budget_template
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_collaboration_privacy_budget_templateWHERE"collaboration_identifier" = 'VALUE'AND "privacy_budget_template_identifier" = 'VALUE';Description
Returns details about a specified privacy budget template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for one of your collaborations. | VARCHAR |
| privacy_budget_template_identifier Required Input Column A unique identifier for one of your privacy budget templates. | 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 |
| collaboration_privacy_budget_template Returns the details of the privacy budget template that you requested. | STRUCT( |
Show child fields
| |