| 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.QuickSight.Types.Group
Description
Synopsis
Documentation
A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.
See: newGroup smart constructor.
Constructors
| Group' | |
Instances
| FromJSON Group Source # | |
| Generic Group Source # | |
| Read Group Source # | |
| Show Group Source # | |
| NFData Group Source # | |
Defined in Amazonka.QuickSight.Types.Group | |
| Eq Group Source # | |
| Hashable Group Source # | |
Defined in Amazonka.QuickSight.Types.Group | |
| type Rep Group Source # | |
Defined in Amazonka.QuickSight.Types.Group type Rep Group = D1 ('MetaData "Group" "Amazonka.QuickSight.Types.Group" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "Group'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of Group 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:arn:Group', group_arn - The Amazon Resource Name (ARN) for the group.
$sel:description:Group', group_description - The group description.
$sel:groupName:Group', group_groupName - The name of the group.
$sel:principalId:Group', group_principalId - The principal ID of the group.