:doc:`mediapackagev2 <../../mediapackagev2>` / Client / get_channel_group

*****************
get_channel_group
*****************



.. py:method:: mediapackagev2.Client.get_channel_group(**kwargs)

  

  Retrieves the specified channel group that's configured in AWS Elemental MediaPackage.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetChannelGroup>`_  


  **Request Syntax**
  ::

    response = client.get_channel_group(
        ChannelGroupName='string'
    )
    
  :type ChannelGroupName: string
  :param ChannelGroupName: **[REQUIRED]** 

    The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    

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

    
    ::

      {
          'ChannelGroupName': 'string',
          'Arn': 'string',
          'EgressDomain': 'string',
          'CreatedAt': datetime(2015, 1, 1),
          'ModifiedAt': datetime(2015, 1, 1),
          'Description': 'string',
          'ETag': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ChannelGroupName** *(string) --* 

        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) associated with the resource.

        
      

      - **EgressDomain** *(string) --* 

        The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.

        
      

      - **CreatedAt** *(datetime) --* 

        The date and time the channel group was created.

        
      

      - **ModifiedAt** *(datetime) --* 

        The date and time the channel group was modified.

        
      

      - **Description** *(string) --* 

        The description for your channel group.

        
      

      - **ETag** *(string) --* 

        The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

        
      

      - **Tags** *(dict) --* 

        The comma-separated list of tag key:value pairs assigned to the channel group.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`mediapackagev2.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`mediapackagev2.Client.exceptions.InternalServerException`

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

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

  