Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_domain: Creates an Amazon DataZone domain

Description

Creates an Amazon DataZone domain.

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

Usage

datazone_create_domain(
  clientToken = NULL,
  description = NULL,
  domainExecutionRole,
  kmsKeyIdentifier = NULL,
  name,
  singleSignOn = NULL,
  tags = NULL
)

Arguments

clientToken

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

description

The description of the Amazon DataZone domain.

domainExecutionRole

[required] The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.

kmsKeyIdentifier

The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.

name

[required] The name of the Amazon DataZone domain.

singleSignOn

The single-sign on configuration of the Amazon DataZone domain.

tags

The tags specified for the Amazon DataZone domain.