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

ModifyVpcEndpointServiceConfigurationRequest

import type { ModifyVpcEndpointServiceConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyVpcEndpointServiceConfigurationRequest {
AcceptanceRequired?: boolean | null;
AddGatewayLoadBalancerArns?: string[] | null;
AddNetworkLoadBalancerArns?: string[] | null;
DryRun?: boolean | null;
PrivateDnsName?: string | null;
RemoveGatewayLoadBalancerArns?: string[] | null;
RemoveNetworkLoadBalancerArns?: string[] | null;
RemovePrivateDnsName?: boolean | null;
ServiceId: string;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]

Indicates whether requests to create an endpoint to your service must be accepted.

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

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.

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

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
PrivateDnsName?: string | null
[src]

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

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

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.

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

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

§
RemovePrivateDnsName?: boolean | null
[src]

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

§
ServiceId: string
[src]

The ID of the service.