supportedIdentityProviders

@JvmName(name = "npbmensutcvleysf")
suspend fun supportedIdentityProviders(value: Output<List<String>>)
@JvmName(name = "pflsqsvdxfnahqwx")
suspend fun supportedIdentityProviders(value: List<String>?)

Parameters

value

A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: COGNITO , Facebook , Google , SignInWithApple , and LoginWithAmazon . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example MySAMLIdP or MyOIDCIdP .


@JvmName(name = "xibbkfpyiakkmjhs")
suspend fun supportedIdentityProviders(vararg values: Output<String>)


@JvmName(name = "myswduhnvqlimoeb")
suspend fun supportedIdentityProviders(values: List<Output<String>>)
@JvmName(name = "tttqkiecdrlhfpkc")
suspend fun supportedIdentityProviders(vararg values: String)

Parameters

values

A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: COGNITO , Facebook , Google , SignInWithApple , and LoginWithAmazon . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example MySAMLIdP or MyOIDCIdP .