Skip to content

Get Multi Region Access Point Routes

s3control_get_multi_region_access_point_routes R Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or passive.

To obtain routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions:

  • us-east-1

  • us-west-2

  • ap-southeast-2

  • ap-northeast-1

  • eu-west-1

Usage

s3control_get_multi_region_access_point_routes(AccountId, Mrap)

Arguments

AccountId

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

Mrap

[required] The Multi-Region Access Point ARN.

Value

A list with the following syntax:

list(
  Mrap = "string",
  Routes = list(
    list(
      Bucket = "string",
      Region = "string",
      TrafficDialPercentage = 123
    )
  )
)

Request syntax

svc$get_multi_region_access_point_routes(
  AccountId = "string",
  Mrap = "string"
)