MultiRegionAccessPointRoute
A structure for a Multi-Region Access Point that indicates where Amazon S3 traffic can be routed. Routes can be either active or passive. Active routes can process Amazon S3 requests through the Multi-Region Access Point, but passive routes are not eligible to process Amazon S3 requests.
Each route contains the Amazon S3 bucket name and the Amazon Web Services Region that the bucket is located in. The route also includes the TrafficDialPercentage
value, which shows whether the bucket and Region are active (indicated by a value of 100
) or passive (indicated by a value of 0
).
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: MultiRegionAccessPointRoute.Builder.() -> Unit = {}): MultiRegionAccessPointRoute