View source: R/datazone_operations.R
datazone_create_domain | R Documentation |
Creates an Amazon DataZone domain.
See https://www.paws-r-sdk.com/docs/datazone_create_domain/ for full documentation.
datazone_create_domain(
clientToken = NULL,
description = NULL,
domainExecutionRole,
domainVersion = NULL,
kmsKeyIdentifier = NULL,
name,
serviceRole = NULL,
singleSignOn = NULL,
tags = NULL
)
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. |
domainVersion |
The version of the domain that is created. |
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. |
serviceRole |
The service role of the domain that is created. |
singleSignOn |
The single-sign on configuration of the Amazon DataZone domain. |
tags |
The tags specified for the Amazon DataZone domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.