Creates an Amazon DataZone domain.
See https://www.paws-r-sdk.com/docs/datazone_create_domain/ for full documentation.
Usage
datazone_create_domain(
name,
description = NULL,
singleSignOn = NULL,
domainExecutionRole = NULL,
kmsKeyIdentifier = NULL,
tags = NULL,
domainVersion = NULL,
serviceRole = NULL,
clientToken = NULL
)Arguments
- name
[required] The name of the Amazon DataZone domain.
- description
The description of the Amazon DataZone domain.
- singleSignOn
The single-sign on configuration of the Amazon DataZone domain.
- domainExecutionRole
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.
The tags specified for the Amazon DataZone domain.
- domainVersion
The version of the domain that is created.
- serviceRole
The service role of the domain that is created.
- clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.