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

ResolverEndpoint

import type { ResolverEndpoint } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/route53resolver.ts";
interface ResolverEndpoint {
Arn?: string | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
Direction?: ResolverEndpointDirection | null;
HostVPCId?: string | null;
Id?: string | null;
IpAddressCount?: number | null;
ModificationTime?: string | null;
Name?: string | null;
SecurityGroupIds?: string[] | null;
Status?: ResolverEndpointStatus | null;
StatusMessage?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreationTime?: string | null
[src]
§
CreatorRequestId?: string | null
[src]
§
HostVPCId?: string | null
[src]
§
Id?: string | null
[src]
§
IpAddressCount?: number | null
[src]
§
ModificationTime?: string | null
[src]
§
Name?: string | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
StatusMessage?: string | null
[src]