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 PlatformApplication Source #
Platform application object.
See: newPlatformApplication
smart constructor.
PlatformApplication' | |
|
Instances
newPlatformApplication :: PlatformApplication Source #
Create a value of PlatformApplication
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:platformApplicationArn:PlatformApplication'
, platformApplication_platformApplicationArn
- PlatformApplicationArn for platform application object.
$sel:attributes:PlatformApplication'
, platformApplication_attributes
- Attributes for platform application object.
platformApplication_platformApplicationArn :: Lens' PlatformApplication (Maybe Text) Source #
PlatformApplicationArn for platform application object.
platformApplication_attributes :: Lens' PlatformApplication (Maybe (HashMap Text Text)) Source #
Attributes for platform application object.