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:StringEntityIdentifier:StringEntityType:StringOwner: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_UNITUpdate 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.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
OwnerIdentifier-
The ID of the entity to which you want to add an owner.
OwnerType-
The owner that you want to add to the entity.