paws.compute (version 0.1.0)

ec2_modify_vpc_endpoint_service_configuration: 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 for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

Usage

ec2_modify_vpc_endpoint_service_configuration(DryRun, ServiceId,
  AcceptanceRequired, AddNetworkLoadBalancerArns,
  RemoveNetworkLoadBalancerArns)

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.

AcceptanceRequired

Indicate 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.

Request syntax

svc$modify_vpc_endpoint_service_configuration(
  DryRun = TRUE|FALSE,
  ServiceId = "string",
  AcceptanceRequired = TRUE|FALSE,
  AddNetworkLoadBalancerArns = list(
    "string"
  ),
  RemoveNetworkLoadBalancerArns = list(
    "string"
  )
)