cognito User Pools
suspend fun cognitoUserPools(value: Output<List<WebAclAssociationConfigRequestBodyCognitoUserPoolArgs>>)
Parameters
value
Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See cognito_user_pool
below for details.
suspend fun cognitoUserPools(vararg values: Output<WebAclAssociationConfigRequestBodyCognitoUserPoolArgs>)
suspend fun cognitoUserPools(values: List<Output<WebAclAssociationConfigRequestBodyCognitoUserPoolArgs>>)
Parameters
values
Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See cognito_user_pool
below for details.
suspend fun cognitoUserPools(argument: List<suspend WebAclAssociationConfigRequestBodyCognitoUserPoolArgsBuilder.() -> Unit>)
suspend fun cognitoUserPools(vararg argument: suspend WebAclAssociationConfigRequestBodyCognitoUserPoolArgsBuilder.() -> Unit)
suspend fun cognitoUserPools(argument: suspend WebAclAssociationConfigRequestBodyCognitoUserPoolArgsBuilder.() -> Unit)
Parameters
argument
Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See cognito_user_pool
below for details.