Modify VPC Endpoint
GET {{aws_ec2_base_url}}/?AddRouteTableId.N&AddSecurityGroupId.N&AddSubnetId.N&DryRun&PolicyDocument&PrivateDnsEnabled&RemoveRouteTableId.N&RemoveSecurityGroupId.N&RemoveSubnetId.N&ResetPolicy&VpcEndpointId&Action=ModifyVpcEndpoint
Modifies attributes of a specified VPC endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AddRouteTableId.N | null | (Gateway endpoint) One or more route tables IDs to associate with the endpoint. | |
AddSecurityGroupId.N | null | (Interface endpoint) One or more security group IDs to associate with the network interface. | |
AddSubnetId.N | null | (Interface endpoint) One or more subnet IDs in which to serve the endpoint. | |
DryRun | 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. | |
PolicyDocument | null | A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. | |
PrivateDnsEnabled | null | (Interface endpoint) Indicate whether a private hosted zone is associated with the VPC. | |
RemoveRouteTableId.N | null | (Gateway endpoint) One or more route table IDs to disassociate from the endpoint. | |
RemoveSecurityGroupId.N | null | (Interface endpoint) One or more security group IDs to disassociate from the network interface. | |
RemoveSubnetId.N | null | (Interface endpoint) One or more subnets IDs in which to remove the endpoint. | |
ResetPolicy | null | (Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service. | |
VpcEndpointId | null | The ID of the endpoint. | |
Action | string |