interface PrivacyBudgetTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.PrivacyBudgetTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#PrivacyBudgetTemplateReference |
![]() | software.amazon.awscdk.services.cleanrooms.PrivacyBudgetTemplateReference |
![]() | aws_cdk.aws_cleanrooms.PrivacyBudgetTemplateReference |
![]() | aws-cdk-lib » aws_cleanrooms » PrivacyBudgetTemplateReference |
A reference to a PrivacyBudgetTemplate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const privacyBudgetTemplateReference: cleanrooms.PrivacyBudgetTemplateReference = {
membershipIdentifier: 'membershipIdentifier',
privacyBudgetTemplateArn: 'privacyBudgetTemplateArn',
privacyBudgetTemplateIdentifier: 'privacyBudgetTemplateIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
membership | string | The MembershipIdentifier of the PrivacyBudgetTemplate resource. |
privacy | string | The ARN of the PrivacyBudgetTemplate resource. |
privacy | string | The PrivacyBudgetTemplateIdentifier of the PrivacyBudgetTemplate resource. |
membershipIdentifier
Type:
string
The MembershipIdentifier of the PrivacyBudgetTemplate resource.
privacyBudgetTemplateArn
Type:
string
The ARN of the PrivacyBudgetTemplate resource.
privacyBudgetTemplateIdentifier
Type:
string
The PrivacyBudgetTemplateIdentifier of the PrivacyBudgetTemplate resource.