aws.s3control.get_access_point_policy_status
Example SQL Queries
SELECT * FROMaws.s3control.get_access_point_policy_statusWHERE"account_id" = 'VALUE'AND "name" = 'VALUE';Description
This operation is not supported by directory buckets.
Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 access points in the Amazon S3 User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID for the account that owns the specified access point. | VARCHAR |
| name Required Input Column The name of the access point whose policy status you want to retrieve. | 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 the current policy status of the specified access point. | STRUCT( |
Show child fields
| |