| 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.IVS.Types.S3DestinationConfiguration
Description
Documentation
data S3DestinationConfiguration Source #
A complex type that describes an S3 location where recorded videos will be stored.
See: newS3DestinationConfiguration smart constructor.
Constructors
| S3DestinationConfiguration' | |
Fields
| |
Instances
newS3DestinationConfiguration Source #
Create a value of S3DestinationConfiguration 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:bucketName:S3DestinationConfiguration', s3DestinationConfiguration_bucketName - Location (S3 bucket name) where recorded videos will be stored.
s3DestinationConfiguration_bucketName :: Lens' S3DestinationConfiguration Text Source #
Location (S3 bucket name) where recorded videos will be stored.