AWS::DataZone::Owner - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DataZone::Owner

The owner that you want to add to the entity.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::DataZone::Owner", "Properties" : { "DomainIdentifier" : String, "EntityIdentifier" : String, "EntityType" : String, "Owner" : OwnerProperties } }

YAML

Type: AWS::DataZone::Owner Properties: DomainIdentifier: String EntityIdentifier: String EntityType: String Owner: OwnerProperties

Properties

DomainIdentifier

The ID of the domain in which you want to add the entity owner.

Required: Yes

Type: String

Pattern: ^dzd[-_][a-zA-Z0-9_-]{1,36}$

Update requires: Replacement

EntityIdentifier

The ID of the entity to which you want to add an owner.

Required: Yes

Type: String

Update requires: Replacement

EntityType

The type of an entity.

Required: Yes

Type: String

Allowed values: DOMAIN_UNIT

Update requires: Replacement

Owner

The owner that you want to add to the entity.

Required: Yes

Type: OwnerProperties

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns a string containing pipe-separated DomainId, EntityType, EntityId, OwnerType, and OwnerId, which uniquely identifies an owner. For example: { "Ref": "MyOwner" } for the resource with the logical ID MyOwner, Ref returns DomainId|EntityType|EntityId|OwnerType|OwnerId.

For more information about using the Ref function, see Ref.