WebAclAssociationConfigRequestBodyArgs

data class WebAclAssociationConfigRequestBodyArgs(val apiGateways: Output<List<WebAclAssociationConfigRequestBodyApiGatewayArgs>>? = null, val appRunnerServices: Output<List<WebAclAssociationConfigRequestBodyAppRunnerServiceArgs>>? = null, val cloudfronts: Output<List<WebAclAssociationConfigRequestBodyCloudfrontArgs>>? = null, val cognitoUserPools: Output<List<WebAclAssociationConfigRequestBodyCognitoUserPoolArgs>>? = null, val verifiedAccessInstances: Output<List<WebAclAssociationConfigRequestBodyVerifiedAccessInstanceArgs>>? = null) : ConvertibleToJava<WebAclAssociationConfigRequestBodyArgs>

Constructors

Link copied to clipboard
constructor(apiGateways: Output<List<WebAclAssociationConfigRequestBodyApiGatewayArgs>>? = null, appRunnerServices: Output<List<WebAclAssociationConfigRequestBodyAppRunnerServiceArgs>>? = null, cloudfronts: Output<List<WebAclAssociationConfigRequestBodyCloudfrontArgs>>? = null, cognitoUserPools: Output<List<WebAclAssociationConfigRequestBodyCognitoUserPoolArgs>>? = null, verifiedAccessInstances: Output<List<WebAclAssociationConfigRequestBodyVerifiedAccessInstanceArgs>>? = null)

Properties

Link copied to clipboard

Customizes the request body that your protected Amazon API Gateway REST APIs forward to AWS WAF for inspection. Applicable only when scope is set to CLOUDFRONT. See api_gateway below for details.

Link copied to clipboard

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.

Link copied to clipboard

Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when scope is set to REGIONAL. See cloudfront below for details.

Link copied to clipboard

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.

Link copied to clipboard

Customizes the request body that your protected AWS Verfied Access instances forward to AWS WAF for inspection. Applicable only when scope is set to REGIONAL. See verified_access_instance below for details.

Functions

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