Create Group Profile
datazone_create_group_profile | R Documentation |
Creates a group profile in Amazon DataZone¶
Description¶
Creates a group profile in Amazon DataZone.
Usage¶
datazone_create_group_profile(clientToken, domainIdentifier,
groupIdentifier)
Arguments¶
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which the group profile is created. |
groupIdentifier |
[required] The identifier of the group for which the group profile is created. |
Value¶
A list with the following syntax:
list(
domainId = "string",
groupName = "string",
id = "string",
status = "ASSIGNED"|"NOT_ASSIGNED"
)
Request syntax¶
svc$create_group_profile(
clientToken = "string",
domainIdentifier = "string",
groupIdentifier = "string"
)