Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_domain: Updates a Amazon DataZone domain

Description

Updates a Amazon DataZone domain.

See https://www.paws-r-sdk.com/docs/datazone_update_domain/ for full documentation.

Usage

datazone_update_domain(
  clientToken = NULL,
  description = NULL,
  domainExecutionRole = NULL,
  identifier,
  name = NULL,
  singleSignOn = NULL
)

Arguments

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

description

The description to be updated as part of the update_domain action.

domainExecutionRole

The domain execution role to be updated as part of the update_domain action.

identifier

[required] The ID of the Amazon Web Services domain that is to be updated.

name

The name to be updated as part of the update_domain action.

singleSignOn

The single sign-on option to be updated as part of the update_domain action.