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

View source: R/ec2_operations.R

ec2_modify_vpc_endpoint_service_configurationR Documentation

Modifies the attributes of the specified VPC endpoint service configuration

Description

Modifies the attributes of the specified VPC endpoint service configuration.

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,
  AddSupportedRegions = NULL,
  RemoveSupportedRegions = 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 the service must be accepted.

AddNetworkLoadBalancerArns

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

RemoveNetworkLoadBalancerArns

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

AddGatewayLoadBalancerArns

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

RemoveGatewayLoadBalancerArns

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

AddSupportedIpAddressTypes

The IP address types to add to the service configuration.

RemoveSupportedIpAddressTypes

The IP address types to remove from the service configuration.

AddSupportedRegions

The supported Regions to add to the service configuration.

RemoveSupportedRegions

The supported Regions to remove from the service configuration.


paws.compute documentation built on April 4, 2025, 5:47 a.m.