class Aws::S3Control::Types::S3AccessControlPolicy
@note When making an API call, you may pass S3AccessControlPolicy
data as a hash: { access_control_list: { owner: { # required id: "NonEmptyMaxLength1024String", display_name: "NonEmptyMaxLength1024String", }, grants: [ { grantee: { type_identifier: "id", # accepts id, emailAddress, uri identifier: "NonEmptyMaxLength1024String", display_name: "NonEmptyMaxLength1024String", }, permission: "FULL_CONTROL", # accepts FULL_CONTROL, READ, WRITE, READ_ACP, WRITE_ACP }, ], }, canned_access_control_list: "private", # accepts private, public-read, public-read-write, aws-exec-read, authenticated-read, bucket-owner-read, bucket-owner-full-control }
@!attribute [rw] access_control_list
@return [Types::S3AccessControlList]
@!attribute [rw] canned_access_control_list
@return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3AccessControlPolicy AWS API Documentation
Constants
- SENSITIVE