| 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.SageMaker.Types.CognitoMemberDefinition
Description
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.
Constructors
| CognitoMemberDefinition' | |
Instances
newCognitoMemberDefinition Source #
Arguments
| :: 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.