PipeTargetEventBridgeEventBusParameters

data class PipeTargetEventBridgeEventBusParameters(val detailType: String? = null, val endpointId: String? = null, val resources: List<String>? = null, val source: String? = null, val time: String? = null)

Constructors

Link copied to clipboard
constructor(detailType: String? = null, endpointId: String? = null, resources: List<String>? = null, source: String? = null, time: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val detailType: String? = null

A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.

Link copied to clipboard
val endpointId: String? = null

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo .

Link copied to clipboard
val resources: List<String>? = null

AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

Link copied to clipboard
val source: String? = null

The source of the event.

Link copied to clipboard
val time: String? = null

The time stamp of the event, per RFC3339 . If no time stamp is provided, the time stamp of the PutEvents call is used.