app Runner Services
suspend fun appRunnerServices(value: Output<List<WebAclAssociationConfigRequestBodyAppRunnerServiceArgs>>)
Parameters
value
Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See app_runner_service
below for details.
suspend fun appRunnerServices(vararg values: Output<WebAclAssociationConfigRequestBodyAppRunnerServiceArgs>)
suspend fun appRunnerServices(values: List<Output<WebAclAssociationConfigRequestBodyAppRunnerServiceArgs>>)
suspend fun appRunnerServices(vararg values: WebAclAssociationConfigRequestBodyAppRunnerServiceArgs)
Parameters
values
Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See app_runner_service
below for details.
suspend fun appRunnerServices(argument: List<suspend WebAclAssociationConfigRequestBodyAppRunnerServiceArgsBuilder.() -> Unit>)
suspend fun appRunnerServices(vararg argument: suspend WebAclAssociationConfigRequestBodyAppRunnerServiceArgsBuilder.() -> Unit)
suspend fun appRunnerServices(argument: suspend WebAclAssociationConfigRequestBodyAppRunnerServiceArgsBuilder.() -> Unit)
Parameters
argument
Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when scope
is set to REGIONAL
. See app_runner_service
below for details.