:doc:`CloudFront <../../cloudfront>` / Client / list_vpc_origins

****************
list_vpc_origins
****************



.. py:method:: CloudFront.Client.list_vpc_origins(**kwargs)

  

  List the CloudFront VPC origins in your account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListVpcOrigins>`_  


  **Request Syntax**
  ::

    response = client.list_vpc_origins(
        Marker='string',
        MaxItems='string'
    )
    
  :type Marker: string
  :param Marker: 

    The marker associated with the VPC origins list.

    

  
  :type MaxItems: string
  :param MaxItems: 

    The maximum number of items included in the list.

    

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

    
    ::

      {
          'VpcOriginList': {
              'Marker': 'string',
              'NextMarker': 'string',
              'MaxItems': 123,
              'IsTruncated': True|False,
              'Quantity': 123,
              'Items': [
                  {
                      'Id': 'string',
                      'Name': 'string',
                      'Status': 'string',
                      'CreatedTime': datetime(2015, 1, 1),
                      'LastModifiedTime': datetime(2015, 1, 1),
                      'Arn': 'string',
                      'AccountId': 'string',
                      'OriginEndpointArn': 'string'
                  },
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VpcOriginList** *(dict) --* 

        List of VPC origins.

        
        

        - **Marker** *(string) --* 

          The marker associated with the VPC origins list.

          
        

        - **NextMarker** *(string) --* 

          The next marker associated with the VPC origins list.

          
        

        - **MaxItems** *(integer) --* 

          The maximum number of items included in the list.

          
        

        - **IsTruncated** *(boolean) --* 

          A flag that indicates whether more VPC origins remain to be listed. If your results were truncated, you can make a follow-up pagination request using the ``Marker`` request parameter to retrieve more VPC origins in the list.

          
        

        - **Quantity** *(integer) --* 

          The number of VPC origins in the list.

          
        

        - **Items** *(list) --* 

          The items of the VPC origins list.

          
          

          - *(dict) --* 

            A summary of the CloudFront VPC origin.

            
            

            - **Id** *(string) --* 

              The VPC origin summary ID.

              
            

            - **Name** *(string) --* 

              The VPC origin summary name.

              
            

            - **Status** *(string) --* 

              The VPC origin summary status.

              
            

            - **CreatedTime** *(datetime) --* 

              The VPC origin summary created time.

              
            

            - **LastModifiedTime** *(datetime) --* 

              The VPC origin summary last modified time.

              
            

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

              The VPC origin summary ARN.

              
            

            - **AccountId** *(string) --* 

              The account ID of the Amazon Web Services account that owns the VPC origin.

              
            

            - **OriginEndpointArn** *(string) --* 

              The VPC origin summary origin endpoint ARN.

              
        
      
    
  
  **Exceptions**
  
  *   :py:class:`CloudFront.Client.exceptions.AccessDenied`

  
  *   :py:class:`CloudFront.Client.exceptions.EntityNotFound`

  
  *   :py:class:`CloudFront.Client.exceptions.UnsupportedOperation`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidArgument`

  