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