AWS Fundamentals Logo
AWS Fundamentals
AWS::DataZone::Owner

DataZone Owner

A owner can set up authorization permissions on their resources.

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainIdentifier
string
RequiredCreate-only
EntityIdentifier
string
RequiredCreate-only
EntityType
string
RequiredCreate-only
Owner
OwnerProperties
RequiredCreate-onlyWrite-only

Return Values

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

AttributeTypeDescription
OwnerIdentifierstring-
OwnerTypestring-

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

Resources:
  MyResource:
    Type: AWS::DataZone::Owner
    Properties:
      DomainIdentifier: "my-domainidentifier"
      EntityIdentifier: "my-entityidentifier"
      EntityType: "DOMAIN_UNIT"
      Owner: "value"

Required IAM Permissions

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

create

datazone:AddEntityOwnerdatazone:ListEntityOwnersdatazone:GetGroupProfiledatazone:GetUserProfileiam:GetRole

read

datazone:ListEntityOwnersiam:GetRole

delete

datazone:RemoveEntityOwnerdatazone:GetUserProfileiam:GetRole

list

datazone:ListEntityOwnersiam:GetRole

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

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

DomainIdentifierEntityIdentifierEntityTypeOwner

External Links