View source: R/datazone_operations.R
datazone_create_environment_profile | R Documentation |
Creates an Amazon DataZone environment profile.
See https://www.paws-r-sdk.com/docs/datazone_create_environment_profile/ for full documentation.
datazone_create_environment_profile(
awsAccountId = NULL,
awsAccountRegion = NULL,
description = NULL,
domainIdentifier,
environmentBlueprintIdentifier,
name,
projectIdentifier,
userParameters = NULL
)
awsAccountId |
The Amazon Web Services account in which the Amazon DataZone environment is created. |
awsAccountRegion |
The Amazon Web Services region in which this environment profile is created. |
description |
The description of this Amazon DataZone environment profile. |
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which this environment profile is created. |
environmentBlueprintIdentifier |
[required] The ID of the blueprint with which this environment profile is created. |
name |
[required] The name of this Amazon DataZone environment profile. |
projectIdentifier |
[required] The identifier of the project in which to create the environment profile. |
userParameters |
The user parameters of this Amazon DataZone environment profile. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.