privacy_budget_template_tags
Expands all tag keys and values for privacy_budget_templates
in a region
Overview
Name | privacy_budget_template_tags |
Type | Resource |
Description | Represents a privacy budget within a collaboration |
Id | aws.cleanrooms.privacy_budget_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
collaboration_arn | string | |
collaboration_identifier | string | |
privacy_budget_template_identifier | string | |
auto_refresh | string | |
privacy_budget_type | string | |
parameters | object | |
membership_arn | string | |
membership_identifier | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all privacy_budget_templates
in a region.
SELECT
region,
arn,
collaboration_arn,
collaboration_identifier,
privacy_budget_template_identifier,
auto_refresh,
privacy_budget_type,
parameters,
membership_arn,
membership_identifier,
tag_key,
tag_value
FROM aws.cleanrooms.privacy_budget_template_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the privacy_budget_template_tags
resource, see privacy_budget_templates