PipeTargetEventBridgeEventBusParametersArgs

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

Constructors

constructor(detailType: Output<String>? = null, endpointId: Output<String>? = null, resources: Output<List<String>>? = null, source: Output<String>? = null, time: Output<String>? = null)

Properties

Link copied to clipboard
val detailType: Output<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: Output<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: Output<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: Output<String>? = null

The source of the event.

Link copied to clipboard
val time: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PipeTargetEventBridgeEventBusParametersArgs