RequestSchemeMatchConditionParametersArgs

data class RequestSchemeMatchConditionParametersArgs(val matchValues: Output<List<Either<String, RequestSchemeMatchValue>>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<String>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<RequestSchemeMatchConditionParametersArgs>

Defines the parameters for RequestScheme match conditions

Constructors

constructor(matchValues: Output<List<Either<String, RequestSchemeMatchValue>>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<String>, transforms: Output<List<Either<String, Transform>>>? = null, typeName: Output<String>)

Properties

Link copied to clipboard
val matchValues: Output<List<Either<String, RequestSchemeMatchValue>>>? = null

The match value for the condition of the delivery rule

Link copied to clipboard
val negateCondition: Output<Boolean>? = null

Describes if this is negate condition or not

Link copied to clipboard
val operator: Output<String>

Describes operator to be matched

Link copied to clipboard
val transforms: Output<List<Either<String, Transform>>>? = null

List of transforms

Link copied to clipboard
val typeName: Output<String>

Expected value is 'DeliveryRuleRequestSchemeConditionParameters'.

Functions

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