AWS::RedshiftServerless::WorkgroupThe collection of compute resources in Amazon Redshift Serverless.
import { CfnWorkgroup } from 'aws-cdk-lib/aws-redshiftserverless';Or use the module namespace:
import * as redshiftserverless from 'aws-cdk-lib/aws-redshiftserverless';
// redshiftserverless.CfnWorkgroupConfiguration passed to the constructor as CfnWorkgroupProps.
workgroupNameRequiredstringThe name of the workgroup.
baseCapacityOptionalnumberThe base compute capacity of the workgroup in Redshift Processing Units (RPUs).
configParametersOptionalIResolvable | IResolvable | ConfigParameterProperty[]The key of the parameter. The options are `auto_mv` , `datestyle` , `enable_case_sensitive_identifier` , `enable_user_activity_logging` , `query_group` , `search_path` , `require_ssl` , `use_fips_ssl` , and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see [Query monitoring metrics for Amazon Redshift Serverless](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) .
enhancedVpcRoutingOptionalboolean | IResolvableThe value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.
Default: - false
maxCapacityOptionalnumberThe maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.
namespaceNameOptionalstringThe namespace the workgroup is associated with.
portOptionalnumberThe custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
pricePerformanceTargetOptionalIResolvable | PerformanceTargetPropertyAn object that represents the price performance target settings for the workgroup.
publiclyAccessibleOptionalboolean | IResolvableA value that specifies whether the workgroup can be accessible from a public network.
Default: - false
recoveryPointIdOptionalstringThe recovery point id to restore from.
securityGroupIdsOptionalstring | ISecurityGroupRef[]A list of security group IDs to associate with the workgroup.
snapshotArnOptionalstringThe Amazon Resource Name (ARN) of the snapshot to restore from.
snapshotNameOptionalstringThe snapshot name to restore from.
snapshotOwnerAccountOptionalstringThe Amazon Web Services account that owns the snapshot.
subnetIdsOptionalstring | ISubnetRef[]A list of subnet IDs the workgroup is associated with.
tagsOptionalCfnTag[]The map of the key-value pairs used to tag the workgroup.
trackNameOptionalstringAn optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the current track.
workgroupOptionalIResolvable | WorkgroupPropertyThe collection of computing resources from which an endpoint is created.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-redshiftserverlessAWS::RedshiftServerless::Workgroup