PrivacyBudgetTemplateReference

class aws_cdk.aws_cleanrooms.PrivacyBudgetTemplateReference(*, membership_identifier, privacy_budget_template_arn, privacy_budget_template_identifier)

Bases: object

A reference to a PrivacyBudgetTemplate resource.

Parameters:
  • membership_identifier (str) – The MembershipIdentifier of the PrivacyBudgetTemplate resource.

  • privacy_budget_template_arn (str) – The ARN of the PrivacyBudgetTemplate resource.

  • privacy_budget_template_identifier (str) – The PrivacyBudgetTemplateIdentifier of the PrivacyBudgetTemplate resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cleanrooms as cleanrooms

privacy_budget_template_reference = cleanrooms.PrivacyBudgetTemplateReference(
    membership_identifier="membershipIdentifier",
    privacy_budget_template_arn="privacyBudgetTemplateArn",
    privacy_budget_template_identifier="privacyBudgetTemplateIdentifier"
)

Attributes

membership_identifier

The MembershipIdentifier of the PrivacyBudgetTemplate resource.

privacy_budget_template_arn

The ARN of the PrivacyBudgetTemplate resource.

privacy_budget_template_identifier

The PrivacyBudgetTemplateIdentifier of the PrivacyBudgetTemplate resource.