Get Event Bridge Rule Template Result
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)
Properties
Link copied to clipboard
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
Placeholder documentation for __string
Link copied to clipboard
Placeholder documentation for __timestampIso8601