View source: R/redshiftserverless_operations.R
redshiftserverless_update_workgroup | R Documentation |
Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example, you can update baseCapacity
or port
in a single request, but you can't update both in the same request.
See https://www.paws-r-sdk.com/docs/redshiftserverless_update_workgroup/ for full documentation.
redshiftserverless_update_workgroup(
baseCapacity = NULL,
configParameters = NULL,
enhancedVpcRouting = NULL,
ipAddressType = NULL,
maxCapacity = NULL,
port = NULL,
publiclyAccessible = NULL,
securityGroupIds = NULL,
subnetIds = NULL,
workgroupName
)
baseCapacity |
The new base data warehouse capacity in Redshift Processing Units (RPUs). |
configParameters |
An array of parameters to set for advanced control over a database. The
options are |
enhancedVpcRouting |
The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC. |
ipAddressType |
The IP address type that the workgroup supports. Possible values are
|
maxCapacity |
The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs. |
port |
The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439. |
publiclyAccessible |
A value that specifies whether the workgroup can be accessible from a public network. |
securityGroupIds |
An array of security group IDs to associate with the workgroup. |
subnetIds |
An array of VPC subnet IDs to associate with the workgroup. |
workgroupName |
[required] The name of the workgroup to update. You can't update the name of a workgroup once it is created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.