Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data PropertyGroup Source #
Property key-value pairs passed into an application.
See: newPropertyGroup
smart constructor.
PropertyGroup' | |
|
Instances
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.