View source: R/s3control_operations.R
s3control_list_access_points_for_object_lambda | R Documentation |
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.
s3control_list_access_points_for_object_lambda(
AccountId,
NextToken = NULL,
MaxResults = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.