GetRuleResult

data class GetRuleResult(val actions: RuleActions? = null, val function: String? = null, val name: String? = null, val publishStatus: RulePublishStatus? = null, val ruleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(actions: RuleActions? = null, function: String? = null, name: String? = null, publishStatus: RulePublishStatus? = null, ruleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actions: RuleActions? = null

A list of actions to be run when the rule is triggered.

Link copied to clipboard
val function: String? = null

The conditions of the rule.

Link copied to clipboard
val name: String? = null

The name of the rule.

Link copied to clipboard

The publish status of the rule. Allowed values: `DRAFT` | `PUBLISHED`

Link copied to clipboard
val ruleArn: String? = null

The Amazon Resource Name (ARN) of the rule.

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

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.