aws.s3control.list_access_points_for_object_lambda
Example SQL Queries
SELECT * FROMaws.s3control.list_access_points_for_object_lambdaWHERE"account_id" = 'VALUE';Description
This operation is not supported by directory buckets.
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.
The following actions are related to ListAccessPointsForObjectLambda:
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID for the account that owns the specified Object Lambda Access Point. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| alias The alias of the Object Lambda Access Point. | STRUCT( |
Show child fields
| |
| name The name of the Object Lambda Access Point. | VARCHAR |
| object_lambda_access_point_arn Specifies the ARN for the Object Lambda Access Point. | VARCHAR |