redshiftserverless_update_endpoint_access {paws.database}R Documentation

Updates an Amazon Redshift Serverless managed endpoint

Description

Updates an Amazon Redshift Serverless managed endpoint.

See https://www.paws-r-sdk.com/docs/redshiftserverless_update_endpoint_access/ for full documentation.

Usage

redshiftserverless_update_endpoint_access(
  endpointName,
  vpcSecurityGroupIds = NULL
)

Arguments

endpointName

[required] The name of the VPC endpoint to update.

vpcSecurityGroupIds

The list of VPC security groups associated with the endpoint after the endpoint is modified.


[Package paws.database version 0.9.0 Index]