libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.Types.PendingCloudwatchLogsExports

Description

 
Synopsis

Documentation

data PendingCloudwatchLogsExports Source #

A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.

See: newPendingCloudwatchLogsExports smart constructor.

Constructors

PendingCloudwatchLogsExports' 

Fields

  • logTypesToEnable :: Maybe [Text]

    Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

  • logTypesToDisable :: Maybe [Text]

    Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

Instances

Instances details
Eq PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Read PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Show PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Generic PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Associated Types

type Rep PendingCloudwatchLogsExports :: Type -> Type #

NFData PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

Hashable PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

FromXML PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

type Rep PendingCloudwatchLogsExports Source # 
Instance details

Defined in Amazonka.RDS.Types.PendingCloudwatchLogsExports

type Rep PendingCloudwatchLogsExports = D1 ('MetaData "PendingCloudwatchLogsExports" "Amazonka.RDS.Types.PendingCloudwatchLogsExports" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "PendingCloudwatchLogsExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logTypesToEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "logTypesToDisable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newPendingCloudwatchLogsExports :: PendingCloudwatchLogsExports Source #

Create a value of PendingCloudwatchLogsExports 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:logTypesToEnable:PendingCloudwatchLogsExports', pendingCloudwatchLogsExports_logTypesToEnable - Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

$sel:logTypesToDisable:PendingCloudwatchLogsExports', pendingCloudwatchLogsExports_logTypesToDisable - Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

pendingCloudwatchLogsExports_logTypesToEnable :: Lens' PendingCloudwatchLogsExports (Maybe [Text]) Source #

Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

pendingCloudwatchLogsExports_logTypesToDisable :: Lens' PendingCloudwatchLogsExports (Maybe [Text]) Source #

Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.