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

UpdateEndpointRequest

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

§Properties

§
Description?: string | null
[src]

A description for the endpoint.

§
EventBuses?: EndpointEventBus[] | null
[src]

Define event buses used for replication.

§
Name: string
[src]

The name of the endpoint you want to update.

§
ReplicationConfig?: ReplicationConfig | null
[src]

Whether event replication was enabled or disabled by this request.

§
RoleArn?: string | null
[src]

The ARN of the role used by event replication for this request.

§
RoutingConfig?: RoutingConfig | null
[src]

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