AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::ProjectProfile

DataZone ProjectProfile

Definition of AWS::DataZone::ProjectProfile Resource Type

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
DomainIdentifier
string
Create-only
DomainUnitIdentifier
string
Write-only
EnvironmentConfigurations
Array<EnvironmentConfiguration>
Status
string
UseDefaultConfigurations
boolean
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
CreatedAtstring-
CreatedBystring-
DomainIdstring-
DomainUnitIdstring-
Idstring-
Identifierstring-
LastUpdatedAtstring-

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

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

Required IAM Permissions

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

create

datazone:CreateProjectProfiledatazone:GetProjectProfiledatazone:ListEnvironmentBlueprintsssm:GetParameter

read

datazone:GetProjectProfilessm:GetParameter

update

datazone:UpdateProjectProfiledatazone:GetProjectProfilessm:GetParameter

delete

datazone:DeleteProjectProfiledatazone:GetProjectProfile

list

datazone:ListProjectProfiles

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
Required1
TaggingNot supported
Primary IDDomainIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DomainIdentifierUseDefaultConfigurations

External Links