AWSS3BucketPublicAccessBlockConfiguration
No description
type AWSS3BucketPublicAccessBlockConfiguration {
blockPublicAcls: Boolean!
blockPublicPolicy: Boolean!
ignorePublicAcls: Boolean!
restrictPublicBuckets: Boolean!
}
Fields
AWSS3BucketPublicAccessBlockConfiguration.blockPublicAcls
● Boolean!
non-null scalar
Indicates whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket
AWSS3BucketPublicAccessBlockConfiguration.blockPublicPolicy
● Boolean!
non-null scalar
Indicates whether Amazon S3 should block public bucket policies for this bucket
AWSS3BucketPublicAccessBlockConfiguration.ignorePublicAcls
● Boolean!
non-null scalar
Indicates whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket
AWSS3BucketPublicAccessBlockConfiguration.restrictPublicBuckets
● Boolean!
non-null scalar
Indicates whether Amazon S3 should restrict public bucket policies for this bucket
Member of
AWSS3Bucket
object