| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static BlockPublicAccess |
BlockPublicAccess.BLOCK_ACLS |
static BlockPublicAccess |
BlockPublicAccess.BLOCK_ALL |
| Modifier and Type | Method and Description |
|---|---|
BlockPublicAccess |
BlockPublicAccess.Builder.build() |
default BlockPublicAccess |
BucketProps.getBlockPublicAccess()
The block public access configuration of this bucket.
|
BlockPublicAccess |
BucketProps.Jsii$Proxy.getBlockPublicAccess() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.blockPublicAccess(BlockPublicAccess blockPublicAccess)
The block public access configuration of this bucket.
|
BucketProps.Builder |
BucketProps.Builder.blockPublicAccess(BlockPublicAccess blockPublicAccess)
Sets the value of
BucketProps.getBlockPublicAccess() |
Copyright © 2022. All rights reserved.