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

The AWS::DataZone::Projectresource specifies an Amazon DataZone project. Projects enable a group of users to collaborate on various business use cases that involve publishing, discovering, subscribing to, and consuming data in the Amazon DataZone catalog. 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::Project", "Properties" : { "Description" : String, "DomainIdentifier" : String, "GlossaryTerms" : [ String, ... ], "Name" : String } }

YAML

Type: AWS::DataZone::Project Properties: Description: String DomainIdentifier: String GlossaryTerms: - String Name: String

Properties

Description

The description of a project.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

DomainIdentifier

The identifier of a Amazon DataZone domain where the project exists.

Required: Yes

Type: String

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

Update requires: Replacement

GlossaryTerms

The glossary terms that can be used in this Amazon DataZone project.

Required: No

Type: Array of String

Minimum: 1

Maximum: 20

Update requires: No interruption

Name

The name of a project.

Required: Yes

Type: String

Pattern: ^[\w -]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

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 and the ProjectId that uniquely identify the project. For example: { "Ref": "MyProject" } for the resource with the logical ID MyProject, Ref returns DomainId|ProjectId.

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

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

CreatedAt

The timestamp of when a project was created.

CreatedBy

The Amazon DataZone user who created the project.

DomainId

The identifier of a Amazon DataZone domain where the project exists.

Id

The identifier of a project.

LastUpdatedAt

The timestamp of when the project was last updated.