amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.AudioLogDestination

Description

 
Synopsis

Documentation

data AudioLogDestination Source #

The location of audio log files collected when conversation logging is enabled for a bot.

See: newAudioLogDestination smart constructor.

Constructors

AudioLogDestination' 

Fields

  • s3Bucket :: S3BucketLogDestination

    The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn parameter of the CreateBot operation must have permission to write to this bucket.

Instances

Instances details
FromJSON AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

ToJSON AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

Generic AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

Associated Types

type Rep AudioLogDestination :: Type -> Type #

Read AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

Show AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

NFData AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

Methods

rnf :: AudioLogDestination -> () #

Eq AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

Hashable AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

type Rep AudioLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.AudioLogDestination

type Rep AudioLogDestination = D1 ('MetaData "AudioLogDestination" "Amazonka.LexV2Models.Types.AudioLogDestination" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "AudioLogDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3BucketLogDestination)))

newAudioLogDestination Source #

Create a value of AudioLogDestination 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:s3Bucket:AudioLogDestination', audioLogDestination_s3Bucket - The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn parameter of the CreateBot operation must have permission to write to this bucket.

audioLogDestination_s3Bucket :: Lens' AudioLogDestination S3BucketLogDestination Source #

The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the roleArn parameter of the CreateBot operation must have permission to write to this bucket.