AWSWAFWebACLBlockActionCustomResponse
No description
type AWSWAFWebACLBlockActionCustomResponse {
code: Int!
bodyKey: String!
headers: [AWSWAFWebACLBlockActionCustomResponseHeader!]!
}
Fields
AWSWAFWebACLBlockActionCustomResponse.code
● Int!
non-null scalar
The HTTP status code to return to the client
AWSWAFWebACLBlockActionCustomResponse.bodyKey
● String!
non-null scalar
References the response body that you want WAF to return to the web request client
AWSWAFWebACLBlockActionCustomResponse.headers
● [AWSWAFWebACLBlockActionCustomResponseHeader!]!
non-null object
The HTTP headers to use in the response
Member of
AWSWAFWebACLBlockAction
object