Uses of Class
software.amazon.awscdk.services.redshiftserverless.CfnWorkgroup.Builder
Packages that use CfnWorkgroup.Builder
Package
Description
AWS::RedshiftServerless Construct Library
-
Uses of CfnWorkgroup.Builder in software.amazon.awscdk.services.redshiftserverless
Methods in software.amazon.awscdk.services.redshiftserverless that return CfnWorkgroup.BuilderModifier and TypeMethodDescriptionCfnWorkgroup.Builder.baseCapacity(Number baseCapacity) The base compute capacity of the workgroup in Redshift Processing Units (RPUs).CfnWorkgroup.Builder.configParameters(List<? extends Object> configParameters) A list of parameters to set for finer control over a database.CfnWorkgroup.Builder.configParameters(IResolvable configParameters) A list of parameters to set for finer control over a database.static CfnWorkgroup.BuilderCfnWorkgroup.Builder.enhancedVpcRouting(Boolean enhancedVpcRouting) The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.CfnWorkgroup.Builder.enhancedVpcRouting(IResolvable enhancedVpcRouting) The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.CfnWorkgroup.Builder.maxCapacity(Number maxCapacity) The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.CfnWorkgroup.Builder.namespaceName(String namespaceName) The namespace the workgroup is associated with.The custom port to use when connecting to a workgroup.CfnWorkgroup.Builder.publiclyAccessible(Boolean publiclyAccessible) A value that specifies whether the workgroup can be accessible from a public network.CfnWorkgroup.Builder.publiclyAccessible(IResolvable publiclyAccessible) A value that specifies whether the workgroup can be accessible from a public network.CfnWorkgroup.Builder.securityGroupIds(List<String> securityGroupIds) A list of security group IDs to associate with the workgroup.A list of subnet IDs the workgroup is associated with.The map of the key-value pairs used to tag the workgroup.CfnWorkgroup.Builder.workgroupName(String workgroupName) The name of the workgroup.