aws.s3control.get_public_access_block
Example SQL Queries
SELECT * FROMaws.s3control.get_public_access_blockWHERE"account_id" = 'VALUE';Description
This operation is not supported by directory buckets.
Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access.
Related actions include:
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID for the Amazon Web Services account whose PublicAccessBlock configuration 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
| |
| public_access_block_configuration The PublicAccessBlock configuration currently in effect for this Amazon Web Services account. | STRUCT( |
Show child fields
| |