Learn R Programming

paws.analytics (version 0.5.0)

datazone_create_project: Creates an Amazon DataZone project

Description

Creates an Amazon DataZone project.

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

Usage

datazone_create_project(
  description = NULL,
  domainIdentifier,
  glossaryTerms = NULL,
  name
)

Arguments

description

The description of the Amazon DataZone project.

domainIdentifier

[required] The ID of the Amazon DataZone domain in which this project is created.

glossaryTerms

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

name

[required] The name of the Amazon DataZone project.