GetEventBridgeRuleTemplateResult

data class GetEventBridgeRuleTemplateResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val eventTargets: List<EventBridgeRuleTemplateTarget>? = null, val eventType: EventBridgeRuleTemplateEventType? = null, val groupId: String? = null, val id: String? = null, val identifier: String? = null, val modifiedAt: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, description: String? = null, eventTargets: List<EventBridgeRuleTemplateTarget>? = null, eventType: EventBridgeRuleTemplateEventType? = null, groupId: String? = null, id: String? = null, identifier: String? = null, modifiedAt: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

An eventbridge rule template's ARN (Amazon Resource Name)

Link copied to clipboard
val createdAt: String? = null

Placeholder documentation for __timestampIso8601

Link copied to clipboard
val description: String? = null

A resource's optional description.

Link copied to clipboard

Placeholder documentation for __listOfEventBridgeRuleTemplateTarget

Link copied to clipboard

The type of event to match with the rule.

Link copied to clipboard
val groupId: String? = null

An eventbridge rule template group's id. AWS provided template groups have ids that start with aws-

Link copied to clipboard
val id: String? = null

An eventbridge rule template's id. AWS provided templates have ids that start with aws-

Link copied to clipboard
val identifier: String? = null

Placeholder documentation for __string

Link copied to clipboard
val modifiedAt: String? = null

Placeholder documentation for __timestampIso8601

Link copied to clipboard
val name: String? = null

A resource's name. Names must be unique within the scope of a resource type in a specific region.