AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::Domain

DataZone Domain

A domain is an organizing entity for connecting together assets, users, and their projects

Properties

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

Filter:
PropertyTypeFlags
DomainExecutionRole
string
Required
Name
string
Required
Description
string
DomainVersion
string
Create-only
KmsKeyIdentifier
string
Create-only
ServiceRole
string
Write-only
SingleSignOn
SingleSignOn
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the Amazon DataZone domain.
CreatedAtstringThe timestamp of when the Amazon DataZone domain was last updated.
IdstringThe id of the Amazon DataZone domain.
LastUpdatedAtstringThe timestamp of when the Amazon DataZone domain was last updated.
ManagedAccountIdstringThe identifier of the AWS account that manages the domain.
PortalUrlstringThe URL of the data portal for this Amazon DataZone domain.
RootDomainUnitIdstringThe ID of the root domain in Amazon Datazone.
StatusstringThe status of the Amazon DataZone domain.

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

Resources:
  MyResource:
    Type: AWS::DataZone::Domain
    Properties:
      DomainExecutionRole: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

datazone:CreateDomaindatazone:UpdateDomaindatazone:GetDomaindatazone:TagResourcesso:CreateManagedApplicationInstancesso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:ListInstances

read

datazone:GetDomain

update

datazone:UpdateDomaindatazone:GetDomaindatazone:TagResourcedatazone:UntagResourcesso:CreateManagedApplicationInstancesso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:ListInstances

delete

datazone:DeleteDomaindatazone:GetDomainsso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:DeleteApplicationsso:DeleteApplicationAssignmentsso:ListInstances

list

datazone:ListDomains

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
Properties16
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

KmsKeyIdentifierDomainVersion

External Links