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

Description

 
Synopsis

Documentation

data AwsRdsDbProcessorFeature Source #

A processor feature.

See: newAwsRdsDbProcessorFeature smart constructor.

Constructors

AwsRdsDbProcessorFeature' 

Fields

Instances

Instances details
Eq AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

Read AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

Show AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

Generic AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

Associated Types

type Rep AwsRdsDbProcessorFeature :: Type -> Type #

NFData AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

Hashable AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

ToJSON AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

FromJSON AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

type Rep AwsRdsDbProcessorFeature Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbProcessorFeature

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

newAwsRdsDbProcessorFeature :: AwsRdsDbProcessorFeature Source #

Create a value of AwsRdsDbProcessorFeature 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:value:AwsRdsDbProcessorFeature', awsRdsDbProcessorFeature_value - The value of the processor feature.

$sel:name:AwsRdsDbProcessorFeature', awsRdsDbProcessorFeature_name - The name of the processor feature.