redshift_modify_endpoint_access {paws.database} | R Documentation |
Modifies a Redshift-managed VPC endpoint
Description
Modifies a Redshift-managed VPC endpoint.
See https://www.paws-r-sdk.com/docs/redshift_modify_endpoint_access/ for full documentation.
Usage
redshift_modify_endpoint_access(EndpointName, VpcSecurityGroupIds = NULL)
Arguments
EndpointName |
[required] The endpoint to be modified. |
VpcSecurityGroupIds |
The complete list of VPC security groups associated with the endpoint after the endpoint is modified. |
[Package paws.database version 0.9.0 Index]