libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.Types.ConnectionBodyParameter

Description

 
Synopsis

Documentation

data ConnectionBodyParameter Source #

Additional parameter included in the body. You can include up to 100 additional body parameters per request. An event payload cannot exceed 64 KB.

See: newConnectionBodyParameter smart constructor.

Constructors

ConnectionBodyParameter' 

Fields

Instances

Instances details
Eq ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Read ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Show ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Generic ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Associated Types

type Rep ConnectionBodyParameter :: Type -> Type #

NFData ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

Methods

rnf :: ConnectionBodyParameter -> () #

Hashable ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

ToJSON ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

FromJSON ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

type Rep ConnectionBodyParameter Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter

type Rep ConnectionBodyParameter = D1 ('MetaData "ConnectionBodyParameter" "Amazonka.CloudWatchEvents.Types.ConnectionBodyParameter" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ConnectionBodyParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isValueSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newConnectionBodyParameter :: ConnectionBodyParameter Source #

Create a value of ConnectionBodyParameter 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:isValueSecret:ConnectionBodyParameter', connectionBodyParameter_isValueSecret - Specified whether the value is secret.

$sel:value:ConnectionBodyParameter', connectionBodyParameter_value - The value associated with the key.

$sel:key:ConnectionBodyParameter', connectionBodyParameter_key - The key for the parameter.