datazone_update_root_domain_unit_owner: Updates the owner of the root domain unit

View source: R/datazone_operations.R

datazone_update_root_domain_unit_ownerR Documentation

Updates the owner of the root domain unit

Description

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.

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.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.