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

DescribeEndpointResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the endpoint you asked for information about.

§
CreationTime?: Date | number | null
[src]

The time the endpoint you asked for information about was created.

§
Description?: string | null
[src]

The description of the endpoint you asked for information about.

§
EndpointId?: string | null
[src]

The ID of the endpoint you asked for information about.

§
EndpointUrl?: string | null
[src]

The URL of the endpoint you asked for information about.

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

The event buses being used by the endpoint you asked for information about.

§
LastModifiedTime?: Date | number | null
[src]

The last time the endpoint you asked for information about was modified.

§
Name?: string | null
[src]

The name of the endpoint you asked for information about.

§
ReplicationConfig?: ReplicationConfig | null
[src]

Whether replication is enabled or disabled for the endpoint you asked for information about.

§
RoleArn?: string | null
[src]

The ARN of the role used by the endpoint you asked for information about.

§
RoutingConfig?: RoutingConfig | null
[src]

The routing configuration of the endpoint you asked for information about.

§
State?: EndpointState | null
[src]

The current state of the endpoint you asked for information about.

§
StateReason?: string | null
[src]

The reason the endpoint you asked for information about is in its current state.