Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_environment_profile: Creates an Amazon DataZone environment profile

Description

Creates 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(
  awsAccountId = NULL,
  awsAccountRegion = NULL,
  description = NULL,
  domainIdentifier,
  environmentBlueprintIdentifier,
  name,
  projectIdentifier,
  userParameters = NULL
)

Arguments

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.