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

AwsEc2VpcEndpointServiceDetails

import type { AwsEc2VpcEndpointServiceDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains details about the service configuration for a VPC endpoint service.

interface AwsEc2VpcEndpointServiceDetails {
AcceptanceRequired?: boolean | null;
AvailabilityZones?: string[] | null;
BaseEndpointDnsNames?: string[] | null;
GatewayLoadBalancerArns?: string[] | null;
ManagesVpcEndpoints?: boolean | null;
NetworkLoadBalancerArns?: string[] | null;
PrivateDnsName?: string | null;
ServiceId?: string | null;
ServiceName?: string | null;
ServiceState?: string | null;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]

Whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

§
AvailabilityZones?: string[] | null
[src]

The Availability Zones where the service is available.

§
BaseEndpointDnsNames?: string[] | null
[src]

The DNS names for the service.

§
GatewayLoadBalancerArns?: string[] | null
[src]

The ARNs of the Gateway Load Balancers for the service.

§
ManagesVpcEndpoints?: boolean | null
[src]

Whether the service manages its VPC endpoints.

§
NetworkLoadBalancerArns?: string[] | null
[src]

The ARNs of the Network Load Balancers for the service.

§
PrivateDnsName?: string | null
[src]

The private DNS name for the service.

§
ServiceId?: string | null
[src]

The identifier of the service.

§
ServiceName?: string | null
[src]

The name of the service.

§
ServiceState?: string | null
[src]

The current state of the service. Valid values are as follows:

  • Available
    
  • Deleted
    
  • Deleting
    
  • Failed
    
  • Pending
    
§

The types for the service.