Updates the owner of the root domain unit
Source:R/datazone_operations.R
datazone_update_root_domain_unit_owner.RdUpdates the owner of the root domain unit.
See https://www.paws-r-sdk.com/docs/datazone_update_root_domain_unit_owner/ for full documentation.
Usage
datazone_update_root_domain_unit_owner(
domainIdentifier,
currentOwner,
newOwner,
clientToken = NULL
)Arguments
- 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.