Routing Rule Args
data class RoutingRuleArgs(val actions: Output<List<RoutingRuleActionArgs>>? = null, val conditions: Output<List<RoutingRuleConditionArgs>>? = null, val domainNameArn: Output<String>? = null, val priority: Output<Int>? = null) : ConvertibleToJava<RoutingRuleArgs>
Schema for AWS::ApiGatewayV2::RoutingRule
Constructors
Link copied to clipboard
constructor(actions: Output<List<RoutingRuleActionArgs>>? = null, conditions: Output<List<RoutingRuleConditionArgs>>? = null, domainNameArn: Output<String>? = null, priority: Output<Int>? = null)