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 |
Synopsis
- data CognitoMemberDefinition = CognitoMemberDefinition' {}
- newCognitoMemberDefinition :: Text -> Text -> Text -> CognitoMemberDefinition
- cognitoMemberDefinition_userPool :: Lens' CognitoMemberDefinition Text
- cognitoMemberDefinition_userGroup :: Lens' CognitoMemberDefinition Text
- cognitoMemberDefinition_clientId :: Lens' CognitoMemberDefinition Text
Documentation
data CognitoMemberDefinition Source #
Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.
See: newCognitoMemberDefinition
smart constructor.
Instances
newCognitoMemberDefinition Source #
:: Text | |
-> Text | |
-> Text | |
-> CognitoMemberDefinition |
Create a value of CognitoMemberDefinition
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:userPool:CognitoMemberDefinition'
, cognitoMemberDefinition_userPool
- An identifier for a user pool. The user pool must be in the same region
as the service that you are calling.
$sel:userGroup:CognitoMemberDefinition'
, cognitoMemberDefinition_userGroup
- An identifier for a user group.
$sel:clientId:CognitoMemberDefinition'
, cognitoMemberDefinition_clientId
- An identifier for an application client. You must create the app client
ID using Amazon Cognito.
cognitoMemberDefinition_userPool :: Lens' CognitoMemberDefinition Text Source #
An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
cognitoMemberDefinition_userGroup :: Lens' CognitoMemberDefinition Text Source #
An identifier for a user group.
cognitoMemberDefinition_clientId :: Lens' CognitoMemberDefinition Text Source #
An identifier for an application client. You must create the app client ID using Amazon Cognito.