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

The list of actions that will be executed when a rule is triggered.

Link copied to clipboard
val function: String? = null

The conditions of a rule.

Link copied to clipboard
val name: String? = null

The name of the rule.

Link copied to clipboard

The publish status of a rule, either draft or 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

One or more tags.