AWS::RedshiftServerless::Workgroup PerformanceTarget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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