datazone_update_project_profile: Updates a project profile

View source: R/datazone_operations.R

datazone_update_project_profileR Documentation

Updates a project profile

Description

Updates a project profile.

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

Usage

datazone_update_project_profile(
  description = NULL,
  domainIdentifier,
  domainUnitIdentifier = NULL,
  environmentConfigurations = NULL,
  identifier,
  name = NULL,
  status = NULL
)

Arguments

description

The description of a project profile.

domainIdentifier

[required] The ID of the domain where a project profile is to be updated.

domainUnitIdentifier

The ID of the domain unit where a project profile is to be updated.

environmentConfigurations

The environment configurations of a project profile.

identifier

[required] The ID of a project profile that is to be updated.

name

The name of a project profile.

status

The status of a project profile.


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