libZSservicesZSamazonka-configZSamazonka-config
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.Config.Types.ConformancePackInputParameter

Description

 
Synopsis

Documentation

data ConformancePackInputParameter Source #

Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

See: newConformancePackInputParameter smart constructor.

Constructors

ConformancePackInputParameter' 

Fields

Instances

Instances details
Eq ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Read ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Show ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Generic ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Associated Types

type Rep ConformancePackInputParameter :: Type -> Type #

NFData ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

Hashable ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

ToJSON ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

FromJSON ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

type Rep ConformancePackInputParameter Source # 
Instance details

Defined in Amazonka.Config.Types.ConformancePackInputParameter

type Rep ConformancePackInputParameter = D1 ('MetaData "ConformancePackInputParameter" "Amazonka.Config.Types.ConformancePackInputParameter" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "ConformancePackInputParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newConformancePackInputParameter Source #

Create a value of ConformancePackInputParameter 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:parameterName:ConformancePackInputParameter', conformancePackInputParameter_parameterName - One part of a key-value pair.

$sel:parameterValue:ConformancePackInputParameter', conformancePackInputParameter_parameterValue - Another part of the key-value pair.