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.
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
)
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 the service must be accepted.
The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.
The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.
The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.
The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.
The IP address types to add to the service configuration.
The IP address types to remove from the service configuration.
The supported Regions to add to the service configuration.
The supported Regions to remove from the service configuration.