Class: Aws::AccessAnalyzer::Types::S3ExpressDirectoryBucketConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about Amazon S3 directory bucket policies, see Example bucket policies for directory buckets in the Amazon Simple Storage Service User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_pointsHash<String,Types::S3ExpressDirectoryAccessPointConfiguration>

The proposed access points for the Amazon S3 directory bucket.



4127
4128
4129
4130
4131
4132
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4127

class S3ExpressDirectoryBucketConfiguration < Struct.new(
  :bucket_policy,
  :access_points)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_policyString

The proposed bucket policy for the Amazon S3 directory bucket.

Returns:

  • (String)


4127
4128
4129
4130
4131
4132
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4127

class S3ExpressDirectoryBucketConfiguration < Struct.new(
  :bucket_policy,
  :access_points)
  SENSITIVE = []
  include Aws::Structure
end