AWS::CleanRooms::MembershipCreates a membership for a specific collaboration identifier and joins the collaboration.
import { CfnMembership } from 'aws-cdk-lib/aws-cleanrooms';Or use the module namespace:
import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnMembershipConfiguration passed to the constructor as CfnMembershipProps.
collaborationIdentifierRequiredstringThe unique ID for the associated collaboration.
queryLogStatusRequiredstringAn 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` .
defaultJobResultConfigurationOptionalIResolvable | MembershipProtectedJobResultConfigurationPropertyThe default job result configuration for the membership.
defaultResultConfigurationOptionalIResolvable | MembershipProtectedQueryResultConfigurationPropertyThe default protected query result configuration as specified by the member who can receive results.
isMetricsEnabledOptionalboolean | IResolvablejobLogStatusOptionalstringAn 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` .
paymentConfigurationOptionalIResolvable | MembershipPaymentConfigurationPropertyThe payment responsibilities accepted by the collaboration member.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cleanroomsAWS::CleanRooms::Membership