---
type: resource-type
title: Owner
description: aws resource type AWS::DataZone::Owner
name: Owner
lexicon: aws
resource_type: AWS::DataZone::Owner
---
`AWS::DataZone::Owner`, a resource type of the aws lexicon.

## Properties

- `DomainIdentifier` (`string`, required): The ID of the domain in which you want to add the entity owner.
- `EntityIdentifier` (`string`, required): The ID of the entity to which you want to add an owner.
- `EntityType` (`"DOMAIN_UNIT"`, required): The type of an entity.
- `Owner` (`Record<string, unknown>`, required): The owner that you want to add to the entity.
- `OwnerIdentifier` (`string`, optional)
- `OwnerType` (`"GROUP" | "USER"`, optional)

## Attributes

- `OwnerIdentifier`
- `OwnerType`
