ec2_modify_vpc_endpoint_service_configuration: Modifies the attributes of your VPC endpoint service...

View source: R/ec2_operations.R

ec2_modify_vpc_endpoint_service_configurationR Documentation

Modifies the attributes of your VPC endpoint service configuration

Description

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_endpoint_service_configuration/ for full documentation.

Usage

ec2_modify_vpc_endpoint_service_configuration(
  DryRun = NULL,
  ServiceId,
  PrivateDnsName = NULL,
  RemovePrivateDnsName = NULL,
  AcceptanceRequired = NULL,
  AddNetworkLoadBalancerArns = NULL,
  RemoveNetworkLoadBalancerArns = NULL,
  AddGatewayLoadBalancerArns = NULL,
  RemoveGatewayLoadBalancerArns = NULL,
  AddSupportedIpAddressTypes = NULL,
  RemoveSupportedIpAddressTypes = NULL
)

Arguments

DryRun

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.

ServiceId

[required] The ID of the service.

PrivateDnsName

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

RemovePrivateDnsName

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

AcceptanceRequired

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

AddNetworkLoadBalancerArns

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

RemoveNetworkLoadBalancerArns

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

AddGatewayLoadBalancerArns

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

RemoveGatewayLoadBalancerArns

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

AddSupportedIpAddressTypes

The IP address types to add to your service configuration.

RemoveSupportedIpAddressTypes

The IP address types to remove from your service configuration.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.