Create an Amazon DataZone environment.
See https://www.paws-r-sdk.com/docs/datazone_create_environment/ for full documentation.
datazone_create_environment(
deploymentOrder = NULL,
description = NULL,
domainIdentifier,
environmentAccountIdentifier = NULL,
environmentAccountRegion = NULL,
environmentBlueprintIdentifier = NULL,
environmentConfigurationId = NULL,
environmentProfileIdentifier,
glossaryTerms = NULL,
name,
projectIdentifier,
userParameters = NULL
)
The deployment order of the environment.
The description of the Amazon DataZone environment.
[required] The identifier of the Amazon DataZone domain in which the environment is created.
The ID of the account in which the environment is being created.
The region of the account in which the environment is being created.
The ID of the blueprint with which the environment is being created.
The configuration ID of the environment.
[required] The identifier of the environment profile that is used to create this Amazon DataZone environment.
The glossary terms that can be used in this Amazon DataZone environment.
[required] The name of the Amazon DataZone environment.
[required] The identifier of the Amazon DataZone project in which this environment is created.
The user parameters of this Amazon DataZone environment.