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
Documentation
data S3DestinationSettings Source #
Settings associated with S3 destination
See: newS3DestinationSettings
smart constructor.
S3DestinationSettings' | |
|
Instances
newS3DestinationSettings :: S3DestinationSettings Source #
Create a value of S3DestinationSettings
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:accessControl:S3DestinationSettings'
, s3DestinationSettings_accessControl
- Optional. Have MediaConvert automatically apply Amazon S3 access control
for the outputs in this output group. When you don't use this setting,
S3 automatically applies the default access control list PRIVATE.
$sel:encryption:S3DestinationSettings'
, s3DestinationSettings_encryption
- Settings for how your job outputs are encrypted as they are uploaded to
Amazon S3.
s3DestinationSettings_accessControl :: Lens' S3DestinationSettings (Maybe S3DestinationAccessControl) Source #
Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.
s3DestinationSettings_encryption :: Lens' S3DestinationSettings (Maybe S3EncryptionSettings) Source #
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.