amazonka-evidently-2.0: Amazon CloudWatch Evidently 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.Evidently.Types.CloudWatchLogsDestinationConfig

Description

 
Synopsis

Documentation

data CloudWatchLogsDestinationConfig Source #

A structure containing the CloudWatch Logs log group where the project stores evaluation events.

See: newCloudWatchLogsDestinationConfig smart constructor.

Constructors

CloudWatchLogsDestinationConfig' 

Fields

  • logGroup :: Maybe Text

    The name of the log group where the project stores evaluation events.

Instances

Instances details
ToJSON CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

Generic CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

Associated Types

type Rep CloudWatchLogsDestinationConfig :: Type -> Type #

Read CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

Show CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

NFData CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

Eq CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

Hashable CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

type Rep CloudWatchLogsDestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig

type Rep CloudWatchLogsDestinationConfig = D1 ('MetaData "CloudWatchLogsDestinationConfig" "Amazonka.Evidently.Types.CloudWatchLogsDestinationConfig" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "CloudWatchLogsDestinationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCloudWatchLogsDestinationConfig :: CloudWatchLogsDestinationConfig Source #

Create a value of CloudWatchLogsDestinationConfig 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:logGroup:CloudWatchLogsDestinationConfig', cloudWatchLogsDestinationConfig_logGroup - The name of the log group where the project stores evaluation events.

cloudWatchLogsDestinationConfig_logGroup :: Lens' CloudWatchLogsDestinationConfig (Maybe Text) Source #

The name of the log group where the project stores evaluation events.