redshiftserverless_create_endpoint_access: Creates an Amazon Redshift Serverless managed VPC endpoint

View source: R/redshiftserverless_operations.R

redshiftserverless_create_endpoint_accessR Documentation

Creates an Amazon Redshift Serverless managed VPC endpoint

Description

Creates an Amazon Redshift Serverless managed VPC endpoint.

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

Usage

redshiftserverless_create_endpoint_access(
  endpointName,
  subnetIds,
  vpcSecurityGroupIds = NULL,
  workgroupName
)

Arguments

endpointName

[required] The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

subnetIds

[required] The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.

vpcSecurityGroupIds

The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

workgroupName

[required] The name of the workgroup to associate with the VPC endpoint.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.