AWS::DataZone::ProjectMembershipThe `AWS::DataZone::ProjectMembership` resource adds a member to an Amazon DataZone project. Project members consume assets from the Amazon DataZone catalog and produce new assets using one or more analytical workflows.
import { CfnProjectMembership } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnProjectMembershipConfiguration passed to the constructor as CfnProjectMembershipProps.
designationRequiredstringThe designated role of a project member.
domainIdentifierRequiredstringThe ID of the Amazon DataZone domain in which project membership is created.
memberRequiredIResolvable | MemberPropertyThe details about a project member.
projectIdentifierRequiredstringThe ID of the project for which this project membership was created.
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-datazoneAWS::DataZone::ProjectMembership