AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::ProjectMembership

CfnProjectMembership

The `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

import { CfnProjectMembership } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnProjectMembership

Properties

Configuration passed to the constructor as CfnProjectMembershipProps.

designationRequired
string

The designated role of a project member.

domainIdentifierRequired
string

The ID of the Amazon DataZone domain in which project membership is created.

memberRequired
IResolvable | MemberProperty

The details about a project member.

projectIdentifierRequired
string

The ID of the project for which this project membership was created.

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