AwsEventbridgePipeTargetEventBusParametersArgs

interface AwsEventbridgePipeTargetEventBusParametersArgs { detailType?: Input<string>; endpointId?: Input<string>; resources?: Input<Input<string>[]>; source?: Input<string>; time?: Input<string>; }

Target parameters when routing pipe events to an EventBridge event bus.


Properties

detailType: Input<string>

Free-form detail type label (up to 128 characters).

endpointId: Input<string>

Endpoint ID subdomain (for global endpoints).

resources: Input<Input<string>[]>

List of AWS resource ARNs the event primarily concerns.

source: Input<string>

Event source identifier forwarded to the target bus.

time: Input<string>

Event timestamp in RFC3339 format or a JSONPath expression (e.g. $.detail.timestamp).