PublicAccessBlock
Retrieves the PublicAccessBlock configuration for an Amazon S3 bucket.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Bucket column. The add-in processes other filters client side within the add-in. For example, the following queries are processed server side.
SELECT * FROM PublicAccessBlock SELECT * FROM PublicAccessBlock WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| BlockPublicAcls | Boolean | Specifies whether Amazon S3 will block public access control lists (ACLs) for this bucket and objects in this bucket. |
| IgnorePublicAcls | Boolean | Specifies whether Amazon S3 will ignore public ACLs for this bucket and objects in this bucket. |
| BlockPublicPolicy | Boolean | Specifies whether Amazon S3 will block public bucket policies for this bucket. |
| RestrictPublicBuckets | Boolean | Specifies whether Amazon S3 will restrict public bucket policies for this bucket. |
| Bucket | String | The name of the bucket that Lifecycle belongs to. |