libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.CognitoMemberDefinition

Description

 
Synopsis

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' 

Fields

  • userPool :: Text

    An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

  • userGroup :: Text

    An identifier for a user group.

  • clientId :: Text

    An identifier for an application client. You must create the app client ID using Amazon Cognito.

Instances

Instances details
Eq CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Read CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Show CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Generic CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Associated Types

type Rep CognitoMemberDefinition :: Type -> Type #

NFData CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Methods

rnf :: CognitoMemberDefinition -> () #

Hashable CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

ToJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

FromJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition = D1 ('MetaData "CognitoMemberDefinition" "Amazonka.SageMaker.Types.CognitoMemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CognitoMemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCognitoMemberDefinition Source #

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_clientId :: Lens' CognitoMemberDefinition Text Source #

An identifier for an application client. You must create the app client ID using Amazon Cognito.