DataZone / Client / create_group_profile

create_group_profile#

DataZone.Client.create_group_profile(**kwargs)#

Creates a group profile in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

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

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

    This field is autopopulated if not provided.

  • domainIdentifier (string) –

    [REQUIRED]

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

  • groupIdentifier (string) –

    [REQUIRED]

    The identifier of the group for which the group profile is created.

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 is created.

    • groupName (string) –

      The name of the group for which group profile is created.

    • id (string) –

      The identifier of the group profile.

    • status (string) –

      The status of the group profile.

Exceptions