ListenerRuleArgs

data class ListenerRuleArgs(val actions: Output<List<ListenerRuleActionArgs>>? = null, val conditions: Output<List<ListenerRuleRuleConditionArgs>>? = null, val listenerArn: Output<String>? = null, val priority: Output<Int>? = null) : ConvertibleToJava<ListenerRuleArgs>

Resource Type definition for AWS::ElasticLoadBalancingV2::ListenerRule

Constructors

Link copied to clipboard
fun ListenerRuleArgs(actions: Output<List<ListenerRuleActionArgs>>? = null, conditions: Output<List<ListenerRuleRuleConditionArgs>>? = null, listenerArn: Output<String>? = null, priority: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val actions: Output<List<ListenerRuleActionArgs>>? = null
Link copied to clipboard
Link copied to clipboard
val listenerArn: Output<String>? = null
Link copied to clipboard
val priority: Output<Int>? = null