:doc:`FSx <../../fsx>` / Client / describe_shared_vpc_configuration

*********************************
describe_shared_vpc_configuration
*********************************



.. py:method:: FSx.Client.describe_shared_vpc_configuration()

  

  Indicates whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner. For more information, see `Creating FSx for ONTAP file systems in shared subnets <https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/creating-file-systems.html#fsxn-vpc-shared-subnets>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeSharedVpcConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_shared_vpc_configuration()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'EnableFsxRouteTableUpdatesFromParticipantAccounts': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **EnableFsxRouteTableUpdatesFromParticipantAccounts** *(string) --* 

        Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.

        
  
  **Exceptions**
  
  *   :py:class:`FSx.Client.exceptions.BadRequest`

  
  *   :py:class:`FSx.Client.exceptions.InternalServerError`

  