GetUserPoolRiskConfigurationAttachmentPlainArgs

data class GetUserPoolRiskConfigurationAttachmentPlainArgs(val clientId: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolRiskConfigurationAttachmentPlainArgs>

Constructors

constructor(clientId: String, userPoolId: String)

Properties

Link copied to clipboard

The app client where this configuration is applied. When this parameter isn't present, the risk configuration applies to all user pool app clients that don't have client-level settings.

Link copied to clipboard

The ID of the user pool that has the risk configuration applied.

Functions

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