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

ServiceDetail

import type { ServiceDetail } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a VPC endpoint service.

interface ServiceDetail {
AcceptanceRequired?: boolean | null;
AvailabilityZones: string[];
BaseEndpointDnsNames: string[];
ManagesVpcEndpoints?: boolean | null;
Owner?: string | null;
PayerResponsibility?: PayerResponsibility | null;
PrivateDnsName?: string | null;
PrivateDnsNames: PrivateDnsDetails[];
PrivateDnsNameVerificationState?: DnsNameState | null;
ServiceId?: string | null;
ServiceName?: string | null;
ServiceType: ServiceTypeDetail[];
Tags: Tag[];
VpcEndpointPolicySupported?: boolean | null;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

§
AvailabilityZones: string[]
[src]

The Availability Zones in which the service is available.

§
BaseEndpointDnsNames: string[]
[src]

The DNS names for the service.

§
ManagesVpcEndpoints?: boolean | null
[src]

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

§
Owner?: string | null
[src]

The Amazon Web Services account ID of the service owner.

§
PayerResponsibility?: PayerResponsibility | null
[src]

The payer responsibility.

§
PrivateDnsName?: string | null
[src]

The private DNS name for the service.

§
PrivateDnsNames: PrivateDnsDetails[]
[src]

The private DNS names assigned to the VPC endpoint service.

§
PrivateDnsNameVerificationState?: DnsNameState | null
[src]

The verification state of the VPC endpoint service.

Consumers of the endpoint service cannot use the private name when the state is not verified.

§
ServiceId?: string | null
[src]

The ID of the endpoint service.

§
ServiceName?: string | null
[src]

The Amazon Resource Name (ARN) of the service.

§
ServiceType: ServiceTypeDetail[]
[src]

The type of service.

§
Tags: Tag[]
[src]

Any tags assigned to the service.

§
VpcEndpointPolicySupported?: boolean | null
[src]

Indicates whether the service supports endpoint policies.