Learn R Programming

paws.analytics (version 0.9.0)

datazone_create_project_profile: Creates a project profile

Description

Creates a project profile.

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

Usage

datazone_create_project_profile(
  description = NULL,
  domainIdentifier,
  domainUnitIdentifier = NULL,
  environmentConfigurations = NULL,
  name,
  status = NULL
)

Arguments

description

A description of a project profile.

domainIdentifier

[required] A domain ID of the project profile.

domainUnitIdentifier

A domain unit ID of the project profile.

environmentConfigurations

Environment configurations of the project profile.

name

[required] Project profile name.

status

Project profile status.