Skip to content

Get Group Profile

datazone_get_group_profile R Documentation

Gets a group profile in Amazon DataZone

Description

Gets a group profile in Amazon DataZone.

Usage

datazone_get_group_profile(domainIdentifier, groupIdentifier)

Arguments

domainIdentifier

[required] The identifier of the Amazon DataZone domain in which the group profile exists.

groupIdentifier

[required] The identifier of the group profile.

Value

A list with the following syntax:

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

Request syntax

svc$get_group_profile(
  domainIdentifier = "string",
  groupIdentifier = "string"
)