s3control_submit_multi_region_access_point_routes: Submits an updated route configuration for a Multi-Region...

View source: R/s3control_operations.R

s3control_submit_multi_region_access_point_routesR Documentation

Submits an updated route configuration for a Multi-Region Access Point

Description

Submits an updated route configuration for a Multi-Region Access Point. This API operation updates the routing status for the specified Regions from active to passive, or from passive to active. A value of 0 indicates a passive status, which means that traffic won't be routed to the specified Region. A value of 100 indicates an active status, which means that traffic will be routed to the specified Region. At least one Region must be active at all times.

See https://www.paws-r-sdk.com/docs/s3control_submit_multi_region_access_point_routes/ for full documentation.

Usage

s3control_submit_multi_region_access_point_routes(
  AccountId,
  Mrap,
  RouteUpdates
)

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.

RouteUpdates

[required] The different routes that make up the new route configuration. Active routes return a value of 100, and passive routes return a value of 0.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.