class Aws::SageMaker::Types::CognitoConfig

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single [ Amazon Cognito user pool].

[1]: docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html

@note When making an API call, you may pass CognitoConfig

data as a hash:

    {
      user_pool: "CognitoUserPool", # required
      client_id: "ClientId", # required
    }

@!attribute [rw] user_pool

A [ user pool][1] is a user directory in Amazon Cognito. With a user
pool, your users can sign in to your web or mobile app through
Amazon Cognito. Your users can also sign in through social identity
providers like Google, Facebook, Amazon, or Apple, and through SAML
identity providers.

[1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
@return [String]

@!attribute [rw] client_id

The client ID for your Amazon Cognito user pool.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CognitoConfig AWS API Documentation

Constants

SENSITIVE