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.
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
)
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
.
[required] The ID of the service.
(Interface endpoint configuration) The private DNS name to assign to the endpoint service.
(Interface endpoint configuration) Removes the private DNS name of the endpoint service.
Indicates whether requests to create an endpoint to your service must be accepted.
The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.
The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.
The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.
The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.
The IP address types to add to your service configuration.
The IP address types to remove from your service configuration.