View source: R/redshiftserverless_operations.R
redshiftserverless_create_endpoint_access | R Documentation |
Creates an Amazon Redshift Serverless managed VPC endpoint.
See https://www.paws-r-sdk.com/docs/redshiftserverless_create_endpoint_access/ for full documentation.
redshiftserverless_create_endpoint_access(
endpointName,
ownerAccount = NULL,
subnetIds,
vpcSecurityGroupIds = NULL,
workgroupName
)
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. |
ownerAccount |
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.