Creates an Amazon DataZone environment profile
Source:R/datazone_operations.R
datazone_create_environment_profile.RdCreates an Amazon DataZone environment profile.
See https://www.paws-r-sdk.com/docs/datazone_create_environment_profile/ for full documentation.
Usage
datazone_create_environment_profile(
domainIdentifier,
name,
description = NULL,
environmentBlueprintIdentifier,
projectIdentifier,
userParameters = NULL,
awsAccountId = NULL,
awsAccountRegion = NULL
)Arguments
- domainIdentifier
[required] The ID of the Amazon DataZone domain in which this environment profile is created.
- name
[required] The name of this Amazon DataZone environment profile.
- description
The description of this Amazon DataZone environment profile.
- environmentBlueprintIdentifier
[required] The ID of the blueprint with which this environment profile is created.
- projectIdentifier
[required] The identifier of the project in which to create the environment profile.
- userParameters
The user parameters of this Amazon DataZone environment profile.
- 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.