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

CreateEndpointRequest

import type { CreateEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface CreateEndpointRequest {
Description?: string | null;
EventBuses: EndpointEventBus[];
Name: string;
ReplicationConfig?: ReplicationConfig | null;
RoleArn?: string | null;
RoutingConfig: RoutingConfig;
}

§Properties

§
Description?: string | null
[src]

A description of the global endpoint.

§
EventBuses: EndpointEventBus[]
[src]

Define the event buses used.

! IMPORTANT: ! The names of the event buses must be identical in each Region.

§
Name: string
[src]

The name of the global endpoint. For example, "Name":"us-east-2-custom_bus_A-endpoint".

§
ReplicationConfig?: ReplicationConfig | null
[src]

Enable or disable event replication. The default state is ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.

§
RoleArn?: string | null
[src]

The ARN of the role used for replication.

§
RoutingConfig: RoutingConfig
[src]

Configure the routing policy, including the health check and secondary Region..