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 |
Documentation
data FileGroupSettings Source #
Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to FILE_GROUP_SETTINGS.
See: newFileGroupSettings
smart constructor.
FileGroupSettings' | |
|
Instances
newFileGroupSettings :: FileGroupSettings Source #
Create a value of FileGroupSettings
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:destination:FileGroupSettings'
, fileGroupSettings_destination
- Use Destination (Destination) to specify the S3 output location and the
output filename base. Destination accepts format identifiers. If you do
not specify the base filename in the URI, the service will use the
filename of the input file. If your job has multiple inputs, the service
uses the filename of the first input file.
$sel:destinationSettings:FileGroupSettings'
, fileGroupSettings_destinationSettings
- Settings associated with the destination. Will vary based on the type of
destination
fileGroupSettings_destination :: Lens' FileGroupSettings (Maybe Text) Source #
Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
fileGroupSettings_destinationSettings :: Lens' FileGroupSettings (Maybe DestinationSettings) Source #
Settings associated with the destination. Will vary based on the type of destination