Updates a Amazon DataZone domain.
See https://www.paws-r-sdk.com/docs/datazone_update_domain/ for full documentation.
datazone_update_domain(
clientToken = NULL,
description = NULL,
domainExecutionRole = NULL,
identifier,
name = NULL,
serviceRole = NULL,
singleSignOn = NULL
)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
The description to be updated as part of the
update_domain
action.
The domain execution role to be updated as part of the
update_domain
action.
[required] The ID of the Amazon Web Services domain that is to be updated.
The name to be updated as part of the
update_domain
action.
The service role of the domain.
The single sign-on option to be updated as part of the
update_domain
action.