View source: R/ec2_operations.R
ec2_modify_vpc_endpoint_service_configuration | R Documentation |
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
)
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.