aws.s3control.get_access_point_policy_status_for_object_lambda
Example SQL Queries
SELECT * FROMaws.s3control.get_access_point_policy_status_for_object_lambdaWHERE"account_id" = 'VALUE'AND "name" = 'VALUE';Description
This operation is not supported by directory buckets.
Returns the status of the resource policy associated with an Object Lambda Access Point.
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_status Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide. | STRUCT( |
Show child fields
| |