libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Description

 
Synopsis

Documentation

data AwsRdsPendingCloudWatchLogsExports Source #

Identifies the log types to enable and disable.

See: newAwsRdsPendingCloudWatchLogsExports smart constructor.

Constructors

AwsRdsPendingCloudWatchLogsExports' 

Fields

Instances

Instances details
Eq AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Read AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Show AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Generic AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Associated Types

type Rep AwsRdsPendingCloudWatchLogsExports :: Type -> Type #

NFData AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

Hashable AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

ToJSON AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

FromJSON AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

type Rep AwsRdsPendingCloudWatchLogsExports Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsPendingCloudWatchLogsExports

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

newAwsRdsPendingCloudWatchLogsExports :: AwsRdsPendingCloudWatchLogsExports Source #

Create a value of AwsRdsPendingCloudWatchLogsExports 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:AwsRdsPendingCloudWatchLogsExports', awsRdsPendingCloudWatchLogsExports_logTypesToEnable - A list of log types that are being enabled.

$sel:logTypesToDisable:AwsRdsPendingCloudWatchLogsExports', awsRdsPendingCloudWatchLogsExports_logTypesToDisable - A list of log types that are being disabled.