| 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.MediaLive.Types.ArchiveS3Settings
Description
Documentation
data ArchiveS3Settings Source #
Archive S3 Settings
See: newArchiveS3Settings smart constructor.
Constructors
| ArchiveS3Settings' | |
Fields
| |
Instances
newArchiveS3Settings :: ArchiveS3Settings Source #
Create a value of ArchiveS3Settings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cannedAcl:ArchiveS3Settings', archiveS3Settings_cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.
archiveS3Settings_cannedAcl :: Lens' ArchiveS3Settings (Maybe S3CannedAcl) Source #
Specify the canned ACL to apply to each S3 request. Defaults to none.