SecurityConfig / CentralSecurityServicesConfig / S3PublicAccessBlockConfig
https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html | AWS S3 block public access configuration. This will create the Public Access Block configuration for the AWS account.
@remarks: If the PublicAccessBlock configurations are different between the bucket and the account, Amazon S3 will align with the most restrictive combination between the bucket-level and account-level settings.
PublicAccessBlock
s3PublicAccessBlock: enable: true excludeAccounts: []
Readonly
Indicates whether AWS S3 block public access is enabled.
(OPTIONAL) List of AWS Region names to be excluded from configuring S3 Block Public Access
Generated using TypeDoc
SecurityConfig / CentralSecurityServicesConfig / S3PublicAccessBlockConfig
https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html | AWS S3 block public access configuration. This will create the Public Access Block configuration for the AWS account.
@remarks: If the
PublicAccessBlock
configurations are different between the bucket and the account, Amazon S3 will align with the most restrictive combination between the bucket-level and account-level settings.Example