Data Source: aws_cognito_user_pool_client

Provides a Cognito User Pool Client resource.

Example Usage

data "aws_cognito_user_pool_client" "client" {
  client_id    = "38fjsnc484p94kpqsnet7mpld0"
  user_pool_id = "us-west-2_aaaaaaaaa"
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

analytics_configuration

Either application_arn or application_id is required.

token_validity_units

Valid values for the following arguments are: seconds, minutes, hours or days.