AWS::DataZone::ProjectMembershipDefinition of AWS::DataZone::ProjectMembership Resource Type
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Designation | string | RequiredWrite-only |
DomainIdentifier | string | RequiredCreate-only |
Member | Member | RequiredCreate-onlyWrite-only |
ProjectIdentifier | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
MemberIdentifier | string | - |
MemberIdentifierType | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateProjectMembershipdatazone:ListProjectMembershipsiam:GetRoledatazone:GetGroupProfiledatazone:GetUserProfiledatazone:ListProjectMembershipsdatazone:DeleteProjectMembershipdatazone:CreateProjectMembershipdatazone:DeleteProjectMembershipdatazone:ListProjectMembershipsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierProjectIdentifierMember