Uses of Class
software.amazon.awscdk.services.s3.BlockPublicAccess
Packages that use BlockPublicAccess
-
Uses of BlockPublicAccess in software.amazon.awscdk.services.s3
Fields in software.amazon.awscdk.services.s3 declared as BlockPublicAccessModifier and TypeFieldDescriptionstatic final BlockPublicAccessBlockPublicAccess.BLOCK_ACLSDeprecated.static final BlockPublicAccessBlockPublicAccess.BLOCK_ACLS_ONLYUse this option if you want to only block the ACLs, using this will set blockPublicPolicy and restrictPublicBuckets to false.static final BlockPublicAccessBlockPublicAccess.BLOCK_ALLUse this option if you want to ensure every public access method is blocked.Methods in software.amazon.awscdk.services.s3 that return BlockPublicAccessModifier and TypeMethodDescriptionBlockPublicAccess.Builder.build()default BlockPublicAccessBucketProps.getBlockPublicAccess()The block public access configuration of this bucket.final BlockPublicAccessBucketProps.Jsii$Proxy.getBlockPublicAccess()Methods in software.amazon.awscdk.services.s3 with parameters of type BlockPublicAccessModifier and TypeMethodDescriptionBucket.Builder.blockPublicAccess(BlockPublicAccess blockPublicAccess) The block public access configuration of this bucket.BucketProps.Builder.blockPublicAccess(BlockPublicAccess blockPublicAccess) Sets the value ofBucketProps.getBlockPublicAccess()
BLOCK_ACLS_ONLYinstead.