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 |
---|---|---|
arn | string | |
collaboration_arn | string | |
collaboration_identifier | string | |
privacy_budget_template_identifier | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template. |
auto_refresh | string | |
privacy_budget_type | string | |
parameters | object | |
membership_arn | 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