HttpRouteRuleActionFaultInjectionPolicyAbortArgs

data class HttpRouteRuleActionFaultInjectionPolicyAbortArgs(val httpStatus: Output<Int>? = null, val percentage: Output<Int>? = null) : ConvertibleToJava<HttpRouteRuleActionFaultInjectionPolicyAbortArgs>

Constructors

constructor(httpStatus: Output<Int>? = null, percentage: Output<Int>? = null)

Properties

Link copied to clipboard
val httpStatus: Output<Int>? = null

The HTTP status code used to abort the request.

Link copied to clipboard
val percentage: Output<Int>? = null

The percentage of traffic which will be aborted.

Functions

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