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

ServiceConfiguration

import type { ServiceConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ServiceConfiguration {
AcceptanceRequired?: boolean | null;
AvailabilityZones: string[];
BaseEndpointDnsNames: string[];
GatewayLoadBalancerArns: string[];
ManagesVpcEndpoints?: boolean | null;
NetworkLoadBalancerArns: string[];
PrivateDnsName?: string | null;
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | null;
ServiceId?: string | null;
ServiceName?: string | null;
ServiceState?: ServiceState | null;
ServiceType: ServiceTypeDetail[];
Tags: Tag[];
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]
§
AvailabilityZones: string[]
[src]
§
BaseEndpointDnsNames: string[]
[src]
§
GatewayLoadBalancerArns: string[]
[src]
§
ManagesVpcEndpoints?: boolean | null
[src]
§
NetworkLoadBalancerArns: string[]
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | null
[src]
§
ServiceId?: string | null
[src]
§
ServiceName?: string | null
[src]
§
ServiceState?: ServiceState | null
[src]
§
Tags: Tag[]
[src]