Class: Aws::AccessAnalyzer::Types::S3PublicAccessBlockConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::S3PublicAccessBlockConfiguration
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ignore_public_acls ⇒ Boolean
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
-
#restrict_public_buckets ⇒ Boolean
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
Instance Attribute Details
#ignore_public_acls ⇒ Boolean
Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
3814 3815 3816 3817 3818 3819 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3814 class S3PublicAccessBlockConfiguration < Struct.new( :ignore_public_acls, :restrict_public_buckets) SENSITIVE = [] include Aws::Structure end |
#restrict_public_buckets ⇒ Boolean
Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
3814 3815 3816 3817 3818 3819 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3814 class S3PublicAccessBlockConfiguration < Struct.new( :ignore_public_acls, :restrict_public_buckets) SENSITIVE = [] include Aws::Structure end |