View source: R/datazone_operations.R
| datazone_update_root_domain_unit_owner | R Documentation |
Updates the owner of the root domain unit.
See https://www.paws-r-sdk.com/docs/datazone_update_root_domain_unit_owner/ for full documentation.
datazone_update_root_domain_unit_owner(
domainIdentifier,
currentOwner,
newOwner,
clientToken = NULL
)
domainIdentifier |
[required] The ID of the domain where the root domain unit owner is to be updated. |
currentOwner |
[required] The current owner of the root domain unit. |
newOwner |
[required] The new owner of the root domain unit. |
clientToken |
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.