GetListenerRulePlainArgs

data class GetListenerRulePlainArgs(val actions: List<GetListenerRuleAction>? = null, val arn: String? = null, val conditions: List<GetListenerRuleCondition>? = null, val listenerArn: String? = null, val priority: Int? = null) : ConvertibleToJava<GetListenerRulePlainArgs>

A collection of arguments for invoking getListenerRule.

Constructors

Link copied to clipboard
constructor(actions: List<GetListenerRuleAction>? = null, arn: String? = null, conditions: List<GetListenerRuleCondition>? = null, listenerArn: String? = null, priority: Int? = null)

Properties

Link copied to clipboard

List of actions associated with the rule, sorted by order. Detailed below.

Link copied to clipboard
val arn: String? = null

ARN of the Listener Rule. Either arn or listener_arn must be set.

Link copied to clipboard

Set of conditions associated with the rule. Detailed below.

Link copied to clipboard
val listenerArn: String? = null

ARN of the associated Listener. Either arn or listener_arn must be set.

Link copied to clipboard
val priority: Int? = null

Priority of the Listener Rule within the Listener. Must be set if listener_arn is set, otherwise must not be set.

Functions

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