You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::CognitoConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CognitoConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The client ID for your Amazon Cognito user pool.

Returns:

  • (String)

    The client ID for your Amazon Cognito user pool.

#user_poolString

A user pool 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.

Returns:

  • (String)

    A [ user pool][1] is a user directory in Amazon Cognito.