get User Pool Risk Configuration Attachment
suspend fun getUserPoolRiskConfigurationAttachment(argument: GetUserPoolRiskConfigurationAttachmentPlainArgs): GetUserPoolRiskConfigurationAttachmentResult
Resource Type definition for AWS::Cognito::UserPoolRiskConfigurationAttachment
Return
null
Parameters
argument
null
suspend fun getUserPoolRiskConfigurationAttachment(clientId: String, userPoolId: String): GetUserPoolRiskConfigurationAttachmentResult
Return
null
Parameters
client Id
The app client ID. You can specify the risk configuration for a single client (with a specific ClientId) or for all clients (by setting the ClientId to ALL
).
user Pool Id
The ID of the user pool that has the risk configuration applied.
See also
suspend fun getUserPoolRiskConfigurationAttachment(argument: suspend GetUserPoolRiskConfigurationAttachmentPlainArgsBuilder.() -> Unit): GetUserPoolRiskConfigurationAttachmentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.cognito.kotlin.inputs.GetUserPoolRiskConfigurationAttachmentPlainArgs.