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.TextLogDestination

Description

 
Synopsis

Documentation

data TextLogDestination Source #

Defines the Amazon CloudWatch Logs destination log group for conversation text logs.

See: newTextLogDestination smart constructor.

Constructors

TextLogDestination' 

Fields

Instances

Instances details
FromJSON TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

ToJSON TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

Generic TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

Associated Types

type Rep TextLogDestination :: Type -> Type #

Read TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

Show TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

NFData TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

Methods

rnf :: TextLogDestination -> () #

Eq TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

Hashable TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

type Rep TextLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.TextLogDestination

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

newTextLogDestination Source #

Create a value of TextLogDestination 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:cloudWatch:TextLogDestination', textLogDestination_cloudWatch - Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.

textLogDestination_cloudWatch :: Lens' TextLogDestination CloudWatchLogGroupLogDestination Source #

Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.