UserPoolIdentityProviderArgs

data class UserPoolIdentityProviderArgs(val attributeMapping: Output<Any>? = null, val idpIdentifiers: Output<List<String>>? = null, val providerDetails: Output<Any>? = null, val providerName: Output<String>? = null, val providerType: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<UserPoolIdentityProviderArgs>

Resource Type definition for AWS::Cognito::UserPoolIdentityProvider

Constructors

Link copied to clipboard
constructor(attributeMapping: Output<Any>? = null, idpIdentifiers: Output<List<String>>? = null, providerDetails: Output<Any>? = null, providerName: Output<String>? = null, providerType: Output<String>? = null, userPoolId: Output<String>? = null)

Properties

Link copied to clipboard
val attributeMapping: Output<Any>? = null

A mapping of IdP attributes to standard and custom user pool attributes. Search the CloudFormation User Guide for AWS::Cognito::UserPoolIdentityProvider for more information about the expected schema for this property.

Link copied to clipboard
val idpIdentifiers: Output<List<String>>? = null

A list of IdP identifiers.

Link copied to clipboard
val providerDetails: Output<Any>? = null

The scopes, URLs, and identifiers for your external identity provider. The following examples describe the provider detail keys for each IdP type. These values and their schema are subject to change. Social IdP authorize_scopes values must match the values listed here.

Link copied to clipboard
val providerName: Output<String>? = null

The IdP name.

Link copied to clipboard
val providerType: Output<String>? = null

The IdP type.

Link copied to clipboard
val userPoolId: Output<String>? = null

The user pool ID.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolIdentityProviderArgs