s3control_list_access_points_for_object_lambda: This operation is not supported by directory buckets

View source: R/s3control_operations.R

s3control_list_access_points_for_object_lambdaR Documentation

This operation is not supported by directory buckets

Description

This operation is not supported by directory buckets.

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 May 29, 2024, 2:03 a.m.