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

CreateEndpointResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the endpoint that was created by this request.

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

The event buses used by this request.

§
Name?: string | null
[src]

The name of the endpoint that was created by this request.

§
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]

The routing configuration defined by this request.

§
State?: EndpointState | null
[src]

The state of the endpoint that was created by this request.