AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRooms::Membership

CfnMembership

Creates a membership for a specific collaboration identifier and joins the collaboration.

Import

import { CfnMembership } from 'aws-cdk-lib/aws-cleanrooms';

Or use the module namespace:

import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnMembership

Properties

Configuration passed to the constructor as CfnMembershipProps.

collaborationIdentifierRequired
string

The unique ID for the associated collaboration.

queryLogStatusRequired
string

An indicator as to whether query logging has been enabled or disabled for the membership. When `ENABLED` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is `DISABLED` .

defaultJobResultConfigurationOptional
IResolvable | MembershipProtectedJobResultConfigurationProperty

The default job result configuration for the membership.

defaultResultConfigurationOptional
IResolvable | MembershipProtectedQueryResultConfigurationProperty

The default protected query result configuration as specified by the member who can receive results.

isMetricsEnabledOptional
boolean | IResolvable
jobLogStatusOptional
string

An indicator as to whether job logging has been enabled or disabled for the collaboration. When `ENABLED` , AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is `DISABLED` .

paymentConfigurationOptional
IResolvable | MembershipPaymentConfigurationProperty

The payment responsibilities accepted by the collaboration member.

tagsOptional
CfnTag[]

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter