AWS::DataZone::OwnerA owner can set up authorization permissions on their resources.
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainIdentifier | string | RequiredCreate-only |
EntityIdentifier | string | RequiredCreate-only |
EntityType | string | RequiredCreate-only |
Owner | OwnerProperties | RequiredCreate-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
OwnerIdentifier | string | - |
OwnerType | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:AddEntityOwnerdatazone:ListEntityOwnersdatazone:GetGroupProfiledatazone:GetUserProfileiam:GetRoledatazone:ListEntityOwnersiam:GetRoledatazone:RemoveEntityOwnerdatazone:GetUserProfileiam:GetRoledatazone:ListEntityOwnersiam:GetRoleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierEntityIdentifierEntityTypeOwner