datazone_create_project_profile: Creates a project profile

View source: R/datazone_operations.R

datazone_create_project_profileR Documentation

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.