AWS::DataZone::DomainUnitA domain unit enables you to easily organize your assets and other domain entities under specific business units and teams.
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainIdentifier | string | RequiredCreate-only |
Name | string | Required |
ParentDomainUnitIdentifier | string | RequiredCreate-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp at which the domain unit was created. |
DomainId | string | The ID of the domain where the domain unit was created. |
Id | string | The ID of the domain unit. |
Identifier | string | The identifier of the domain unit that you want to get. |
LastUpdatedAt | string | The timestamp at which the domain unit was last updated. |
ParentDomainUnitId | string | The ID of the parent domain unit. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::DomainUnit
Resources:
MyResource:
Type: AWS::DataZone::DomainUnit
Properties:
DomainIdentifier: "my-domainidentifier"
Name: "my-name"
ParentDomainUnitIdentifier: "my-parentdomainunitidentifier"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateDomainUnitdatazone:GetDomainUnitdatazone:GetDomainUnitdatazone:UpdateDomainUnitdatazone:GetDomainUnitdatazone:DeleteDomainUnitdatazone:GetDomainUnitdatazone:ListDomainUnitsForParentOur 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.
DomainIdentifierParentDomainUnitIdentifier