GetRuleResult

data class GetRuleResult(val action: RuleAction? = null, val arn: String? = null, val id: String? = null, val match: RuleMatch? = null, val priority: Int? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(action: RuleAction? = null, arn: String? = null, id: String? = null, match: RuleMatch? = null, priority: Int? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: RuleAction? = null

Describes the action for a rule.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the rule.

Link copied to clipboard
val id: String? = null

The ID of the listener.

Link copied to clipboard
val match: RuleMatch? = null

The rule match.

Link copied to clipboard
val priority: Int? = null

The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the rule.