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¶
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"
)