| 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.S3BucketSinkConfiguration
Description
Documentation
data S3BucketSinkConfiguration Source #
The configuration settings for the S3 bucket.
See: newS3BucketSinkConfiguration smart constructor.
Constructors
| S3BucketSinkConfiguration' | |
Fields
| |
Instances
newS3BucketSinkConfiguration Source #
Create a value of S3BucketSinkConfiguration 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:S3BucketSinkConfiguration', s3BucketSinkConfiguration_destination - The destination URL of the S3 bucket.
s3BucketSinkConfiguration_destination :: Lens' S3BucketSinkConfiguration Text Source #
The destination URL of the S3 bucket.