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