Learn R Programming

paws.analytics (version 0.5.0)

datazone_create_environment: Create an Amazon DataZone environment

Description

Create an Amazon DataZone environment.

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

Usage

datazone_create_environment(
  description = NULL,
  domainIdentifier,
  environmentProfileIdentifier,
  glossaryTerms = NULL,
  name,
  projectIdentifier,
  userParameters = NULL
)

Arguments

description

The description of the Amazon DataZone environment.

domainIdentifier

[required] The identifier of the Amazon DataZone domain in which the environment is created.

environmentProfileIdentifier

[required] The identifier of the environment profile that is used to create this Amazon DataZone environment.

glossaryTerms

The glossary terms that can be used in this Amazon DataZone environment.

name

[required] The name of the Amazon DataZone environment.

projectIdentifier

[required] The identifier of the Amazon DataZone project in which this environment is created.

userParameters

The user parameters of this Amazon DataZone environment.