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

CreateRouteResponse

import type { CreateRouteResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateRouteResponse {
ApplicationId?: string | null;
Arn?: string | null;
CreatedByAccountId?: string | null;
CreatedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
OwnerAccountId?: string | null;
RouteId?: string | null;
RouteType?: RouteType | null;
ServiceId?: string | null;
State?: RouteState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UriPathRoute?: UriPathRouteInput | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The ID of the application in which the route is created.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:_region_:_account-id_:_resource-type/resource-id_. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

§
CreatedByAccountId?: string | null
[src]

The Amazon Web Services account ID of the route creator.

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

A timestamp that indicates when the route is created.

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

A timestamp that indicates when the route was last updated.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of the route owner.

§
RouteId?: string | null
[src]

The unique identifier of the route.

§
RouteType?: RouteType | null
[src]

The route type of the route.

§
ServiceId?: string | null
[src]

The ID of service in which the rute iscreated. Traffic that matches this route is forwarded to this service.

§
State?: RouteState | null
[src]

he current state of the route.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the created route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.

§
UriPathRoute?: UriPathRouteInput | null
[src]

onfiguration for the URI path route type.