Url Path Match Condition Parameters Args
data class UrlPathMatchConditionParametersArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<Either<String, UrlPathOperator>>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<UrlPathMatchConditionParametersArgs>
Defines the parameters for UrlPath match conditions
Constructors
Link copied to clipboard
fun UrlPathMatchConditionParametersArgs(matchValues: Output<List<String>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<Either<String, UrlPathOperator>>, transforms: Output<List<Either<String, Transform>>>? = null, typeName: Output<String>)