privacy_budget_templates_list_only
Lists privacy_budget_templates in a region or regions, for all properties use privacy_budget_templates
Overview
| Name | privacy_budget_templates_list_only |
| Type | Resource |
| Description | Represents a privacy budget within a collaboration |
| Id | aws.cleanrooms.privacy_budget_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
privacy_budget_template_identifier | string | |
membership_identifier | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all privacy_budget_templates in a region.
SELECT
region,
privacy_budget_template_identifier,
membership_identifier
FROM aws.cleanrooms.privacy_budget_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the privacy_budget_templates_list_only resource, see privacy_budget_templates