| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StorageGateway.Types.ObjectACL
Description
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.
Constructors
| ObjectACL' | |
Fields | |
Bundled Patterns
| 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 |