Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PipeTargetEventBridgeEventBusParameters

import type { PipeTargetEventBridgeEventBusParameters } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The parameters for using an EventBridge event bus as a target.

interface PipeTargetEventBridgeEventBusParameters {
DetailType?: string | null;
EndpointId?: string | null;
Resources?: string[] | null;
Source?: string | null;
Time?: string | null;
}

§Properties

§
DetailType?: string | null
[src]

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

§
EndpointId?: string | null
[src]

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.

! IMPORTANT: ! When using Java, you must include auth-crt on the class path.

§
Resources?: string[] | null
[src]

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

§
Source?: string | null
[src]

The source of the event.

§
Time?: string | null
[src]

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