| 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.Kendra.Types.MemberGroup
Description
Synopsis
- data MemberGroup = MemberGroup' {
- dataSourceId :: Maybe Text
- groupId :: Text
- newMemberGroup :: Text -> MemberGroup
- memberGroup_dataSourceId :: Lens' MemberGroup (Maybe Text)
- memberGroup_groupId :: Lens' MemberGroup Text
Documentation
data MemberGroup Source #
The sub groups that belong to a group.
See: newMemberGroup smart constructor.
Constructors
| MemberGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> MemberGroup |
Create a value of MemberGroup 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:dataSourceId:MemberGroup', memberGroup_dataSourceId - The identifier of the data source for the sub group you want to map to a
group.
$sel:groupId:MemberGroup', memberGroup_groupId - The identifier of the sub group you want to map to a group.
memberGroup_dataSourceId :: Lens' MemberGroup (Maybe Text) Source #
The identifier of the data source for the sub group you want to map to a group.
memberGroup_groupId :: Lens' MemberGroup Text Source #
The identifier of the sub group you want to map to a group.