| 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.IVSChat.Types.S3DestinationConfiguration
Description
Documentation
data S3DestinationConfiguration Source #
Specifies an S3 location where chat logs 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 - Name of the Amazon S3 bucket where chat activity will be logged.
s3DestinationConfiguration_bucketName :: Lens' S3DestinationConfiguration Text Source #
Name of the Amazon S3 bucket where chat activity will be logged.