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 |
Documentation
data FrameCaptureS3Settings Source #
Frame Capture S3 Settings
See: newFrameCaptureS3Settings
smart constructor.
FrameCaptureS3Settings' | |
|
Instances
newFrameCaptureS3Settings :: FrameCaptureS3Settings Source #
Create a value of FrameCaptureS3Settings
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:FrameCaptureS3Settings'
, frameCaptureS3Settings_cannedAcl
- Specify the canned ACL to apply to each S3 request. Defaults to none.
frameCaptureS3Settings_cannedAcl :: Lens' FrameCaptureS3Settings (Maybe S3CannedAcl) Source #
Specify the canned ACL to apply to each S3 request. Defaults to none.