AWS::DataZone::DomainA domain is an organizing entity for connecting together assets, users, and their projects
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the Amazon DataZone domain. |
CreatedAt | string | The timestamp of when the Amazon DataZone domain was last updated. |
Id | string | The id of the Amazon DataZone domain. |
LastUpdatedAt | string | The timestamp of when the Amazon DataZone domain was last updated. |
ManagedAccountId | string | The identifier of the AWS account that manages the domain. |
PortalUrl | string | The URL of the data portal for this Amazon DataZone domain. |
RootDomainUnitId | string | The ID of the root domain in Amazon Datazone. |
Status | string | The status of the Amazon DataZone domain. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateDomaindatazone:UpdateDomaindatazone:GetDomaindatazone:TagResourcesso:CreateManagedApplicationInstancesso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:ListInstancesdatazone:GetDomaindatazone:UpdateDomaindatazone:GetDomaindatazone:TagResourcedatazone:UntagResourcesso:CreateManagedApplicationInstancesso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:ListInstancesdatazone:DeleteDomaindatazone:GetDomainsso:DeleteManagedApplicationInstancesso:PutApplicationAssignmentConfigurationsso:DeleteApplicationsso:DeleteApplicationAssignmentsso:ListInstancesdatazone:ListDomainsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyIdentifierDomainVersion