Method: Aws::RedshiftServerless::Client#update_workgroup
- Defined in:
- lib/aws-sdk-redshiftserverless/client.rb
#update_workgroup(params = {}) ⇒ Types::UpdateWorkgroupResponse
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.
VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. If a workgroup is in an account with VPC BPA turned on, the following capabilities are blocked:
-
Creating a public access workgroup
-
Modifying a private workgroup to public
-
Adding a subnet with VPC BPA turned on to the workgroup when the workgroup is public
For more information about VPC BPA, see [Block public access to VPCs and subnets] in the *Amazon VPC User Guide*.
[1]: docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html
4338 4339 4340 4341 |
# File 'lib/aws-sdk-redshiftserverless/client.rb', line 4338 def update_workgroup(params = {}, = {}) req = build_request(:update_workgroup, params) req.send_request() end |