| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.PropertyGroup
Description
Documentation
data PropertyGroup Source #
Property key-value pairs passed into an application.
See: newPropertyGroup smart constructor.
Constructors
| PropertyGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> PropertyGroup |
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.