:doc:`VPCLattice <../../vpc-lattice>` / Client / list_resource_endpoint_associations

***********************************
list_resource_endpoint_associations
***********************************



.. py:method:: VPCLattice.Client.list_resource_endpoint_associations(**kwargs)

  

  Lists the associations for the specified VPC endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListResourceEndpointAssociations>`_  


  **Request Syntax**
  ::

    response = client.list_resource_endpoint_associations(
        resourceConfigurationIdentifier='string',
        resourceEndpointAssociationIdentifier='string',
        vpcEndpointId='string',
        vpcEndpointOwner='string',
        maxResults=123,
        nextToken='string'
    )
    
  :type resourceConfigurationIdentifier: string
  :param resourceConfigurationIdentifier: **[REQUIRED]** 

    The ID for the resource configuration associated with the VPC endpoint.

    

  
  :type resourceEndpointAssociationIdentifier: string
  :param resourceEndpointAssociationIdentifier: 

    The ID of the association.

    

  
  :type vpcEndpointId: string
  :param vpcEndpointId: 

    The ID of the VPC endpoint in the association.

    

  
  :type vpcEndpointOwner: string
  :param vpcEndpointOwner: 

    The owner of the VPC endpoint in the association.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum page size.

    

  
  :type nextToken: string
  :param nextToken: 

    A pagination token for the next page of results.

    

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

    
    ::

      {
          'items': [
              {
                  'id': 'string',
                  'arn': 'string',
                  'resourceConfigurationId': 'string',
                  'resourceConfigurationArn': 'string',
                  'resourceConfigurationName': 'string',
                  'vpcEndpointId': 'string',
                  'vpcEndpointOwner': 'string',
                  'createdBy': 'string',
                  'createdAt': datetime(2015, 1, 1)
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **items** *(list) --* 

        Information about the VPC endpoint associations.

        
        

        - *(dict) --* 

          Summary information about a VPC endpoint association.

          
          

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

            The ID of the VPC endpoint association.

            
          

          - **arn** *(string) --* 

            The Amazon Resource Name (ARN) of the VPC endpoint association.

            
          

          - **resourceConfigurationId** *(string) --* 

            The ID of the resource configuration.

            
          

          - **resourceConfigurationArn** *(string) --* 

            The Amazon Resource Name (ARN) of the resource configuration.

            
          

          - **resourceConfigurationName** *(string) --* 

            The name of the resource configuration.

            
          

          - **vpcEndpointId** *(string) --* 

            The ID of the VPC endpoint.

            
          

          - **vpcEndpointOwner** *(string) --* 

            The owner of the VPC endpoint.

            
          

          - **createdBy** *(string) --* 

            The account that created the association.

            
          

          - **createdAt** *(datetime) --* 

            The date and time that the VPC endpoint association was created, in ISO-8601 format.

            
      
    
      

      - **nextToken** *(string) --* 

        If there are additional results, a pagination token for the next page of results.

        
  
  **Exceptions**
  
  *   :py:class:`VPCLattice.Client.exceptions.ValidationException`

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

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

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

  