s3control_list_access_points_for_object_lambda: Returns some or all (up to 1,000) access points associated...

View source: R/s3control_operations.R

s3control_list_access_points_for_object_lambdaR Documentation

Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call

Description

Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points.

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

Usage

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

Arguments

AccountId

[required] The account ID for the account that owns the specified Object Lambda Access Point.

NextToken

If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.

MaxResults

The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.


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