AWS::RedshiftServerless::Workgroup PerformanceTarget - AWS CloudFormation

AWS::RedshiftServerless::Workgroup PerformanceTarget

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

Syntax

To declare this entity in your AWS 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