Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype ObjectACL where
- ObjectACL' { }
- pattern ObjectACL_Authenticated_read :: ObjectACL
- pattern ObjectACL_Aws_exec_read :: ObjectACL
- pattern ObjectACL_Bucket_owner_full_control :: ObjectACL
- pattern ObjectACL_Bucket_owner_read :: ObjectACL
- pattern ObjectACL_Private :: ObjectACL
- pattern ObjectACL_Public_read :: ObjectACL
- pattern ObjectACL_Public_read_write :: ObjectACL
Documentation
A value that sets the access control list (ACL) permission for objects
in the S3 bucket that an S3 File Gateway puts objects into. The default
value is private
.
pattern ObjectACL_Authenticated_read :: ObjectACL | |
pattern ObjectACL_Aws_exec_read :: ObjectACL | |
pattern ObjectACL_Bucket_owner_full_control :: ObjectACL | |
pattern ObjectACL_Bucket_owner_read :: ObjectACL | |
pattern ObjectACL_Private :: ObjectACL | |
pattern ObjectACL_Public_read :: ObjectACL | |
pattern ObjectACL_Public_read_write :: ObjectACL |