AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::Project

DataZone Project

Amazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainIdentifier
string
RequiredCreate-onlyWrite-only
Name
string
Required
Description
string
DomainUnitId
string
GlossaryTerms
Array<string>
ProjectProfileId
string
Create-onlyWrite-only
ProjectProfileVersion
string
Write-only
UserParameters
Array<EnvironmentConfigurationUserParameter>
Write-only

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp of when the project was created.
CreatedBystringThe Amazon DataZone user who created the project.
DomainIdstringThe identifier of the Amazon DataZone domain in which the project was created.
IdstringThe ID of the Amazon DataZone project.
LastUpdatedAtstringThe timestamp of when the project was last updated.
ProjectStatusstringThe status of the project.

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::Project

Resources:
  MyResource:
    Type: AWS::DataZone::Project
    Properties:
      DomainIdentifier: "my-domainidentifier"
      Name: "my-name"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

datazone:CreateProjectdatazone:GetProject

read

datazone:GetProject

update

datazone:UpdateProjectdatazone:GetProject

delete

datazone:DeleteProjectdatazone:GetProject

list

datazone:ListProjects

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
Properties14
Required2
TaggingNot supported
Primary IDDomainId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ProjectProfileIdDomainIdentifier

External Links