aws.s3control.get_access_point_configuration_for_object_lambda
Example SQL Queries
SELECT * FROMaws.s3control.get_access_point_configuration_for_object_lambdaWHERE"account_id" = 'VALUE'AND "name" = 'VALUE';Description
This operation is not supported by directory buckets.
Returns configuration for an Object Lambda Access Point.
The following actions are related to GetAccessPointConfigurationForObjectLambda:
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 |
| name Required Input Column The name of the Object Lambda Access Point you want to return the configuration for. | 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
| |
| configuration Object Lambda Access Point configuration document. | STRUCT( |
Show child fields
| |