| 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 |
Amazonka.IoTSiteWise.Types.GroupIdentity
Description
Synopsis
- data GroupIdentity = GroupIdentity' {}
- newGroupIdentity :: Text -> GroupIdentity
- groupIdentity_id :: Lens' GroupIdentity Text
Documentation
data GroupIdentity Source #
Contains information for a group identity in an access policy.
See: newGroupIdentity smart constructor.
Constructors
| GroupIdentity' | |
Instances
Arguments
| :: Text | |
| -> GroupIdentity |
Create a value of GroupIdentity 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:id:GroupIdentity', groupIdentity_id - The Amazon Web Services SSO ID of the group.
groupIdentity_id :: Lens' GroupIdentity Text Source #
The Amazon Web Services SSO ID of the group.