public Access Block Configuration
suspend fun publicAccessBlockConfiguration(value: Output<AccessPointPublicAccessBlockConfigurationArgs>)
Parameters
value
Configuration block to manage the PublicAccessBlock
configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Detailed below.
suspend fun publicAccessBlockConfiguration(argument: suspend AccessPointPublicAccessBlockConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration block to manage the PublicAccessBlock
configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. Detailed below.