:doc:`S3Control <../../s3control>` / Client / get_multi_region_access_point_policy_status

*******************************************
get_multi_region_access_point_policy_status
*******************************************



.. py:method:: S3Control.Client.get_multi_region_access_point_policy_status(**kwargs)

  

  .. note::

    

    This operation is not supported by directory buckets.

    

   

  Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access.

   

  This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around working with Multi-Region Access Points, see `Multi-Region Access Point restrictions and limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html>`__ in the *Amazon S3 User Guide*.

   

  The following actions are related to ``GetMultiRegionAccessPointPolicyStatus``:

   

  
  * `GetMultiRegionAccessPointPolicy <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html>`__
   
  * `PutMultiRegionAccessPointPolicy <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html>`__
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetMultiRegionAccessPointPolicyStatus>`_  


  **Request Syntax**
  ::

    response = client.get_multi_region_access_point_policy_status(
        AccountId='string',
        Name='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Web Services account ID for the owner of the Multi-Region Access Point.

    

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

    Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see `Rules for naming Amazon S3 Multi-Region Access Points <https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming>`__ in the *Amazon S3 User Guide*.

    

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

    
    ::

      {
          'Established': {
              'IsPublic': True|False
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Established** *(dict) --* 

        Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see `The Meaning of "Public" <https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status>`__ in the *Amazon S3 User Guide*.

        
        

        - **IsPublic** *(boolean) --* 
    
  