AWS::DataZone::ProjectProfileDefinition of AWS::DataZone::ProjectProfile Resource Type
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
DomainIdentifier | string | Create-only |
DomainUnitIdentifier | string | Write-only |
EnvironmentConfigurations | Array<EnvironmentConfiguration> | |
Status | string | |
UseDefaultConfigurations | boolean | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
CreatedBy | string | - |
DomainId | string | - |
DomainUnitId | string | - |
Id | string | - |
Identifier | string | - |
LastUpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::ProjectProfile
Resources:
MyResource:
Type: AWS::DataZone::ProjectProfile
Properties:
Name: "my-name"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateProjectProfiledatazone:GetProjectProfiledatazone:ListEnvironmentBlueprintsssm:GetParameterdatazone:GetProjectProfilessm:GetParameterdatazone:UpdateProjectProfiledatazone:GetProjectProfilessm:GetParameterdatazone:DeleteProjectProfiledatazone:GetProjectProfiledatazone:ListProjectProfilesOur 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.
DomainIdentifierUseDefaultConfigurations