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

Description

 
Synopsis

Documentation

data CloudWatchLogGroupLogDestination Source #

The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.

See: newCloudWatchLogGroupLogDestination smart constructor.

Constructors

CloudWatchLogGroupLogDestination' 

Fields

  • cloudWatchLogGroupArn :: Text

    The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

  • logPrefix :: Text

    The prefix of the log stream name within the log group that you specified

Instances

Instances details
FromJSON CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

ToJSON CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

Generic CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

Associated Types

type Rep CloudWatchLogGroupLogDestination :: Type -> Type #

Read CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

Show CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

NFData CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

Eq CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

Hashable CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

type Rep CloudWatchLogGroupLogDestination Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.CloudWatchLogGroupLogDestination

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

newCloudWatchLogGroupLogDestination Source #

Create a value of CloudWatchLogGroupLogDestination 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:cloudWatchLogGroupArn:CloudWatchLogGroupLogDestination', cloudWatchLogGroupLogDestination_cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

$sel:logPrefix:CloudWatchLogGroupLogDestination', cloudWatchLogGroupLogDestination_logPrefix - The prefix of the log stream name within the log group that you specified

cloudWatchLogGroupLogDestination_cloudWatchLogGroupArn :: Lens' CloudWatchLogGroupLogDestination Text Source #

The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

cloudWatchLogGroupLogDestination_logPrefix :: Lens' CloudWatchLogGroupLogDestination Text Source #

The prefix of the log stream name within the log group that you specified