DataZone / Client / get_group_profile

get_group_profile#

DataZone.Client.get_group_profile(**kwargs)#

Gets a group profile in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.get_group_profile(
    domainIdentifier='string',
    groupIdentifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

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

  • groupIdentifier (string) –

    [REQUIRED]

    The identifier of the group profile.

Return type:

dict

Returns:

Response Syntax

{
    'domainId': 'string',
    'groupName': 'string',
    'id': 'string',
    'status': 'ASSIGNED'|'NOT_ASSIGNED'
}

Response Structure

  • (dict) –

    • domainId (string) –

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

    • groupName (string) –

      The name of the group for which the specified group profile exists.

    • id (string) –

      The identifier of the group profile.

    • status (string) –

      The identifier of the group profile.

Exceptions