:doc:`DataZone <../../datazone>` / Client / create_group_profile

********************
create_group_profile
********************



.. py:method:: DataZone.Client.create_group_profile(**kwargs)

  

  Creates a group profile in Amazon DataZone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateGroupProfile>`_  


  **Request Syntax**
  ::

    response = client.create_group_profile(
        domainIdentifier='string',
        groupIdentifier='string',
        clientToken='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

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

    

  
  :type groupIdentifier: string
  :param groupIdentifier: **[REQUIRED]** 

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

    

  
  :type clientToken: string
  :param clientToken: 

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

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

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

    

    - *(dict) --* 
      

      - **domainId** *(string) --* 

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

        
      

      - **id** *(string) --* 

        The identifier of the group profile.

        
      

      - **status** *(string) --* 

        The status of the group profile.

        
      

      - **groupName** *(string) --* 

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

        
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

  
  *   :py:class:`DataZone.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DataZone.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataZone.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataZone.Client.exceptions.ValidationException`

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  