| 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.ChimeSdkMediaPipelines.Types.ConcatenationSink
Description
Synopsis
- data ConcatenationSink = ConcatenationSink' {}
- newConcatenationSink :: ConcatenationSinkType -> S3BucketSinkConfiguration -> ConcatenationSink
- concatenationSink_type :: Lens' ConcatenationSink ConcatenationSinkType
- concatenationSink_s3BucketSinkConfiguration :: Lens' ConcatenationSink S3BucketSinkConfiguration
Documentation
data ConcatenationSink Source #
The data sink of the configuration object.
See: newConcatenationSink smart constructor.
Constructors
| ConcatenationSink' | |
Fields
| |
Instances
Arguments
| :: ConcatenationSinkType | |
| -> S3BucketSinkConfiguration | |
| -> ConcatenationSink |
Create a value of ConcatenationSink 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:type':ConcatenationSink', concatenationSink_type - The type of data sink in the configuration object.
$sel:s3BucketSinkConfiguration:ConcatenationSink', concatenationSink_s3BucketSinkConfiguration - The configuration settings for an Amazon S3 bucket sink.
concatenationSink_type :: Lens' ConcatenationSink ConcatenationSinkType Source #
The type of data sink in the configuration object.
concatenationSink_s3BucketSinkConfiguration :: Lens' ConcatenationSink S3BucketSinkConfiguration Source #
The configuration settings for an Amazon S3 bucket sink.