AWS::DataZone::ProjectMembership - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataZone::ProjectMembership

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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::DataZone::ProjectMembership", "Properties" : { "Designation" : String, "DomainIdentifier" : String, "Member" : Member, "ProjectIdentifier" : String } }

YAML

Type: AWS::DataZone::ProjectMembership Properties: Designation: String DomainIdentifier: String Member: Member ProjectIdentifier: String

Properties

Designation

The designated role of a project member.

Required: Yes

Type: String

Allowed values: PROJECT_OWNER | PROJECT_CONTRIBUTOR

Update requires: No interruption

DomainIdentifier

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

Required: Yes

Type: String

Pattern: ^dzd[-_][a-zA-Z0-9_-]{1,36}$

Update requires: Replacement

Member

The details about a project member.

Required: Yes

Type: Member

Update requires: Replacement

ProjectIdentifier

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

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,36}$

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns a string containing pipe-separated DomainId, MemberId, MemberType, and ProjectId that uniquely identify the project membership. For example: { "Ref": "MyProjectMembership" } for the resource with the logical ID MyProjectMembership, Ref returns DomainId|MemberId|MemberType|ProjectId.

For more information about using the Ref function, see Ref.