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
§
Direction?: ResolverEndpointDirection | null
[src]§
Status?: ResolverEndpointStatus | null
[src]