libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2
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.KinesisAnalyticsV2.Types.PropertyGroup

Description

 
Synopsis

Documentation

data PropertyGroup Source #

Property key-value pairs passed into an application.

See: newPropertyGroup smart constructor.

Constructors

PropertyGroup' 

Fields

Instances

Instances details
Eq PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

Read PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

Show PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

Generic PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

Associated Types

type Rep PropertyGroup :: Type -> Type #

NFData PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

Methods

rnf :: PropertyGroup -> () #

Hashable PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

ToJSON PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

FromJSON PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

type Rep PropertyGroup Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.PropertyGroup

type Rep PropertyGroup = D1 ('MetaData "PropertyGroup" "Amazonka.KinesisAnalyticsV2.Types.PropertyGroup" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "PropertyGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "propertyMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newPropertyGroup Source #

Create a value of PropertyGroup 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:propertyGroupId:PropertyGroup', propertyGroup_propertyGroupId - Describes the key of an application execution property key-value pair.

$sel:propertyMap:PropertyGroup', propertyGroup_propertyMap - Describes the value of an application execution property key-value pair.

propertyGroup_propertyGroupId :: Lens' PropertyGroup Text Source #

Describes the key of an application execution property key-value pair.

propertyGroup_propertyMap :: Lens' PropertyGroup (HashMap Text Text) Source #

Describes the value of an application execution property key-value pair.