s3control_list_multi_region_access_points: Returns a list of the Multi-Region Access Points currently...

View source: R/s3control_operations.R

s3control_list_multi_region_access_pointsR Documentation

Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account

Description

Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with a single account.

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

Usage

s3control_list_multi_region_access_points(
  AccountId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

AccountId

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

NextToken

Not currently used. Do not use this parameter.

MaxResults

Not currently used. Do not use this parameter.


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