RoutingRuleArgs

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)

Properties

Link copied to clipboard
val actions: Output<List<RoutingRuleActionArgs>>? = null
Link copied to clipboard
Link copied to clipboard
val domainNameArn: Output<String>? = null

The amazon resource name (ARN) of the domain name resource.

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

Functions

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