DataZone / Client / update_group_profile

update_group_profile

DataZone.Client.update_group_profile(**kwargs)

Updates the specified group profile in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.update_group_profile(
    domainIdentifier='string',
    groupIdentifier='string',
    status='ASSIGNED'|'NOT_ASSIGNED'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

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

  • groupIdentifier (string) –

    [REQUIRED]

    The identifier of the group profile that is updated.

  • status (string) –

    [REQUIRED]

    The status of the group profile that is updated.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • domainId (string) –

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

    • id (string) –

      The identifier of the group profile that is updated.

    • status (string) –

      The status of the group profile that is updated.

    • groupName (string) –

      The name of the group profile that is updated.

    • rolePrincipalArn (string) –

      The ARN of the IAM role principal. This role is associated with the updated group profile.

    • rolePrincipalId (string) –

      The unique identifier of the IAM role principal. This principal is associated with the updated group profile.

Exceptions