AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::ProjectMembership

DataZone ProjectMembership

Definition of AWS::DataZone::ProjectMembership Resource Type

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Designation
string
RequiredWrite-only
DomainIdentifier
string
RequiredCreate-only
Member
Member
RequiredCreate-onlyWrite-only
ProjectIdentifier
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
MemberIdentifierstring-
MemberIdentifierTypestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::ProjectMembership

Resources:
  MyResource:
    Type: AWS::DataZone::ProjectMembership
    Properties:
      Designation: "value"
      DomainIdentifier: "my-domainidentifier"
      ProjectIdentifier: "my-projectidentifier"
      Member: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datazone:CreateProjectMembershipdatazone:ListProjectMembershipsiam:GetRoledatazone:GetGroupProfiledatazone:GetUserProfile

read

datazone:ListProjectMemberships

delete

datazone:DeleteProjectMembership

update

datazone:CreateProjectMembershipdatazone:DeleteProjectMembership

list

datazone:ListProjectMemberships

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceDataZone
Properties6
Required4
TaggingNot supported
Primary IDDomainIdentifier

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainIdentifierProjectIdentifierMember

External Links