add_entity_owner
Assign an owner to a domain unit or project in Amazon DataZone by specifying domain, entity, and owner identifiers.
Instructions
Adds an owner to an entity (domain unit or project) in Amazon DataZone.
Args: domain_identifier (str): The ID of the domain entity_identifier (str): The ID or name of the entity (domain unit or project) to add the owner to owner_identifier (str): The identifier of the owner to add (can be IAM ARN for users) entity_type (str, optional): The type of entity (DOMAIN_UNIT or PROJECT, default: DOMAIN_UNIT) owner_type (str, optional): The type of owner (default: "USER") client_token (str, optional): A unique token to ensure idempotency
Returns: Any: The API response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_type | No | USER | |
| entity_type | No | DOMAIN_UNIT | |
| client_token | No | ||
| owner_identifier | Yes | ||
| domain_identifier | Yes | ||
| entity_identifier | Yes |