class Aws::AccessAnalyzer::Types::S3PublicAccessBlockConfiguration

The `PublicAccessBlock` configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses `false`. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses `true`. For more information, see [PublicAccessBlockConfiguration].

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html

@note When making an API call, you may pass S3PublicAccessBlockConfiguration

data as a hash:

    {
      ignore_public_acls: false, # required
      restrict_public_buckets: false, # required
    }

@!attribute [rw] ignore_public_acls

Specifies whether Amazon S3 should ignore public ACLs for this
bucket and objects in this bucket.
@return [Boolean]

@!attribute [rw] restrict_public_buckets

Specifies whether Amazon S3 should restrict public bucket policies
for this bucket.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/S3PublicAccessBlockConfiguration AWS API Documentation

Constants

SENSITIVE