| 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.LexV2Models.Types.S3BucketLogDestination
Description
Synopsis
- data S3BucketLogDestination = S3BucketLogDestination' {}
- newS3BucketLogDestination :: Text -> Text -> S3BucketLogDestination
- s3BucketLogDestination_kmsKeyArn :: Lens' S3BucketLogDestination (Maybe Text)
- s3BucketLogDestination_s3BucketArn :: Lens' S3BucketLogDestination Text
- s3BucketLogDestination_logPrefix :: Lens' S3BucketLogDestination Text
Documentation
data S3BucketLogDestination Source #
Specifies an Amazon S3 bucket for logging audio conversations
See: newS3BucketLogDestination smart constructor.
Constructors
| S3BucketLogDestination' | |
Fields
| |
Instances
newS3BucketLogDestination Source #
Arguments
| :: Text | |
| -> Text | |
| -> S3BucketLogDestination |
Create a value of S3BucketLogDestination 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:kmsKeyArn:S3BucketLogDestination', s3BucketLogDestination_kmsKeyArn - The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS)
key for encrypting audio log files stored in an S3 bucket.
$sel:s3BucketArn:S3BucketLogDestination', s3BucketLogDestination_s3BucketArn - The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log
files are stored.
$sel:logPrefix:S3BucketLogDestination', s3BucketLogDestination_logPrefix - The S3 prefix to assign to audio log files.
s3BucketLogDestination_kmsKeyArn :: Lens' S3BucketLogDestination (Maybe Text) Source #
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
s3BucketLogDestination_s3BucketArn :: Lens' S3BucketLogDestination Text Source #
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
s3BucketLogDestination_logPrefix :: Lens' S3BucketLogDestination Text Source #
The S3 prefix to assign to audio log files.