PublicAccessBlock
Retrieves the PublicAccessBlock configuration for an Amazon S3 bucket.
Table Specific Information
Select
The connector uses the Amazon S3 API to process search criteria that refers to the Bucket column. The connector processes other filters client side within the connector. For example, the following query is processed server side.
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. |