AWS::DataZone::ProjectAmazon DataZone projects are business use case–based groupings of people, assets (data), and tools used to simplify access to the AWS analytics.
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the project was created. |
CreatedBy | string | The Amazon DataZone user who created the project. |
DomainId | string | The identifier of the Amazon DataZone domain in which the project was created. |
Id | string | The ID of the Amazon DataZone project. |
LastUpdatedAt | string | The timestamp of when the project was last updated. |
ProjectStatus | string | The status of the project. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateProjectdatazone:GetProjectdatazone:GetProjectdatazone:UpdateProjectdatazone:GetProjectdatazone:DeleteProjectdatazone:GetProjectdatazone:ListProjectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectProfileIdDomainIdentifier