| 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.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 IAM Identity Center ID of the group.
groupIdentity_id :: Lens' GroupIdentity Text Source #
The IAM Identity Center ID of the group.