datazone_update_domain: Updates a Amazon DataZone domain

View source: R/datazone_operations.R

datazone_update_domainR Documentation

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,
  serviceRole = 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.

serviceRole

The service role of the domain.

singleSignOn

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


paws.analytics documentation built on April 3, 2025, 11:10 p.m.