aws.s3control.get_access_point_policy_for_object_lambda
Example SQL Queries
SELECT * FROMaws.s3control.get_access_point_policy_for_object_lambdaWHERE"account_id" = 'VALUE'AND "name" = 'VALUE';Description
This operation is not supported by directory buckets.
Returns the resource policy for an Object Lambda Access Point.
The following actions are related to GetAccessPointPolicyForObjectLambda:
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. | 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
| |
| policy Object Lambda Access Point resource policy document. | VARCHAR |