Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.
See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_endpoint/ for full documentation.
ec2_modify_vpc_endpoint(
DryRun = NULL,
VpcEndpointId,
ResetPolicy = NULL,
PolicyDocument = NULL,
AddRouteTableIds = NULL,
RemoveRouteTableIds = NULL,
AddSubnetIds = NULL,
RemoveSubnetIds = NULL,
AddSecurityGroupIds = NULL,
RemoveSecurityGroupIds = NULL,
IpAddressType = NULL,
DnsOptions = NULL,
PrivateDnsEnabled = NULL,
SubnetConfigurations = 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 endpoint.
(Gateway endpoint) Specify true
to reset the policy document to the
default policy. The default policy allows full access to the service.
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.
(Gateway endpoint) The IDs of the route tables to associate with the endpoint.
(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
(Interface endpoint) The IDs of the subnets from which to remove the endpoint.
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.
(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.
The IP address type for the endpoint.
The DNS options for the endpoint.
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
The subnet configurations for the endpoint.