AWS::RedshiftServerless::Workgroup PerformanceTarget - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::RedshiftServerless::Workgroup PerformanceTarget

An object that represents the price performance target settings for the workgroup.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Level" : Integer, "Status" : String }

YAML

Level: Integer Status: String

Properties

Level

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.

Required: No

Type: Integer

Minimum: 1

Maximum: 100

Update requires: No interruption

Status

Whether the price performance target is enabled for the workgroup.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption