---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_redshiftserverless_workgroup{% #aws_redshiftserverless_workgroup %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `base_capacity`{% #base_capacity %}

**Type**: `INT32`**Provider name**: `baseCapacity`**Description**: The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).

## `config_parameters`{% #config_parameters %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `configParameters`**Description**: An array of parameters to set for advanced control over a database. 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).

- `parameter_key`**Type**: `STRING`**Provider name**: `parameterKey`**Description**: 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).
- `parameter_value`**Type**: `STRING`**Provider name**: `parameterValue`**Description**: The value of the parameter to set.

## `creation_date`{% #creation_date %}

**Type**: `TIMESTAMP`**Provider name**: `creationDate`**Description**: The creation date of the workgroup.

## `cross_account_vpcs`{% #cross_account_vpcs %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `crossAccountVpcs`**Description**: A list of VPCs. Each entry is the unique identifier of a virtual private cloud with access to Amazon Redshift Serverless. If all of the VPCs for the grantee are allowed, it shows an asterisk.

## `custom_domain_certificate_arn`{% #custom_domain_certificate_arn %}

**Type**: `STRING`**Provider name**: `customDomainCertificateArn`**Description**: The custom domain name's certificate Amazon resource name (ARN).

## `custom_domain_certificate_expiry_time`{% #custom_domain_certificate_expiry_time %}

**Type**: `TIMESTAMP`**Provider name**: `customDomainCertificateExpiryTime`**Description**: The expiration time for the certificate.

## `custom_domain_name`{% #custom_domain_name %}

**Type**: `STRING`**Provider name**: `customDomainName`**Description**: The custom domain name associated with the workgroup.

## `endpoint`{% #endpoint %}

**Type**: `STRUCT`**Provider name**: `endpoint`**Description**: The endpoint that is created from the workgroup.

- `address`**Type**: `STRING`**Provider name**: `address`**Description**: The DNS address of the VPC endpoint.
- `port`**Type**: `INT32`**Provider name**: `port`**Description**: The port that Amazon Redshift Serverless listens on.
- `vpc_endpoints`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `vpcEndpoints`**Description**: An array of `VpcEndpoint` objects.
  - `network_interfaces`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `networkInterfaces`**Description**: One or more network interfaces of the endpoint. Also known as an interface endpoint.
    - `availability_zone`**Type**: `STRING`**Provider name**: `availabilityZone`**Description**: The availability Zone.
    - `ipv6_address`**Type**: `STRING`**Provider name**: `ipv6Address`**Description**: The IPv6 address of the network interface within the subnet.
    - `network_interface_id`**Type**: `STRING`**Provider name**: `networkInterfaceId`**Description**: The unique identifier of the network interface.
    - `private_ip_address`**Type**: `STRING`**Provider name**: `privateIpAddress`**Description**: The IPv4 address of the network interface within the subnet.
    - `subnet_id`**Type**: `STRING`**Provider name**: `subnetId`**Description**: The unique identifier of the subnet.
  - `vpc_endpoint_id`**Type**: `STRING`**Provider name**: `vpcEndpointId`**Description**: The connection endpoint ID for connecting to Amazon Redshift Serverless.
  - `vpc_id`**Type**: `STRING`**Provider name**: `vpcId`**Description**: The VPC identifier that the endpoint is associated with.

## `enhanced_vpc_routing`{% #enhanced_vpc_routing %}

**Type**: `BOOLEAN`**Provider name**: `enhancedVpcRouting`**Description**: The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.

## `ip_address_type`{% #ip_address_type %}

**Type**: `STRING`**Provider name**: `ipAddressType`**Description**: The IP address type that the workgroup supports. Possible values are `ipv4` and `dualstack`.

## `max_capacity`{% #max_capacity %}

**Type**: `INT32`**Provider name**: `maxCapacity`**Description**: The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.

## `namespace_name`{% #namespace_name %}

**Type**: `STRING`**Provider name**: `namespaceName`**Description**: The namespace the workgroup is associated with.

## `patch_version`{% #patch_version %}

**Type**: `STRING`**Provider name**: `patchVersion`**Description**: The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see [Cluster versions for Amazon Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html).

## `pending_track_name`{% #pending_track_name %}

**Type**: `STRING`**Provider name**: `pendingTrackName`**Description**: The name for the track that you want to assign to the workgroup. When the track changes, the workgroup is switched to the latest workgroup release available for the track. At this point, the track name is applied.

## `port`{% #port %}

**Type**: `INT32`**Provider name**: `port`**Description**: The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.

## `price_performance_target`{% #price_performance_target %}

**Type**: `STRUCT`**Provider name**: `pricePerformanceTarget`**Description**: An object that represents the price performance target settings for the workgroup.

- `level`**Type**: `INT32`**Provider name**: `level`**Description**: The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.
- `status`**Type**: `STRING`**Provider name**: `status`**Description**: Whether the price performance target is enabled for the workgroup.

## `publicly_accessible`{% #publicly_accessible %}

**Type**: `BOOLEAN`**Provider name**: `publiclyAccessible`**Description**: A value that specifies whether the workgroup can be accessible from a public network.

## `security_group_ids`{% #security_group_ids %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `securityGroupIds`**Description**: An array of security group IDs to associate with the workgroup.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of the workgroup.

## `subnet_ids`{% #subnet_ids %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `subnetIds`**Description**: An array of subnet IDs the workgroup is associated with.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `track_name`{% #track_name %}

**Type**: `STRING`**Provider name**: `trackName`**Description**: The name of the track for the workgroup.

## `workgroup_arn`{% #workgroup_arn %}

**Type**: `STRING`**Provider name**: `workgroupArn`**Description**: The Amazon Resource Name (ARN) that links to the workgroup.

## `workgroup_id`{% #workgroup_id %}

**Type**: `STRING`**Provider name**: `workgroupId`**Description**: The unique identifier of the workgroup.

## `workgroup_name`{% #workgroup_name %}

**Type**: `STRING`**Provider name**: `workgroupName`**Description**: The name of the workgroup.

## `workgroup_version`{% #workgroup_version %}

**Type**: `STRING`**Provider name**: `workgroupVersion`**Description**: The Amazon Redshift Serverless version of your workgroup. For more information about Amazon Redshift Serverless versions, see[Cluster versions for Amazon Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html).
