GetListenerRuleResult

data class GetListenerRuleResult(val actions: List<GetListenerRuleAction>? = null, val arn: String, val conditions: List<GetListenerRuleCondition>? = null, val id: String, val listenerArn: String, val priority: Int, val tags: Map<String, String>)

A collection of values returned by getListenerRule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val arn: String

ARN of the target group.

Link copied to clipboard

Set of conditions associated with the rule. Detailed below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Tags assigned to the Listener Rule.