Skip to main content

privacy_budget_template_tags

Expands all tag keys and values for privacy_budget_templates in a region

Overview

Nameprivacy_budget_template_tags
TypeResource
DescriptionRepresents a privacy budget within a collaboration
Idaws.cleanrooms.privacy_budget_template_tags

Fields

NameDatatypeDescription
arnstring
collaboration_arnstring
collaboration_identifierstring
privacy_budget_template_identifierstring
auto_refreshstring
privacy_budget_typestring
parametersobject
membership_arnstring
membership_identifierstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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