Skip to content

Update Group Profile

datazone_update_group_profile R Documentation

Updates the specified group profile in Amazon DataZone

Description

Updates the specified group profile in Amazon DataZone.

Usage

datazone_update_group_profile(domainIdentifier, groupIdentifier, status)

Arguments

domainIdentifier

[required] The identifier of the Amazon DataZone domain in which a group profile is updated.

groupIdentifier

[required] The identifier of the group profile that is updated.

status

[required] The status of the group profile that is updated.

Value

A list with the following syntax:

list(
  domainId = "string",
  groupName = "string",
  id = "string",
  status = "ASSIGNED"|"NOT_ASSIGNED"
)

Request syntax

svc$update_group_profile(
  domainIdentifier = "string",
  groupIdentifier = "string",
  status = "ASSIGNED"|"NOT_ASSIGNED"
)