WorkgroupArgs

data class WorkgroupArgs(val baseCapacity: Output<Int>? = null, val configParameters: Output<List<WorkgroupConfigParameterArgs>>? = null, val enhancedVpcRouting: Output<Boolean>? = null, val maxCapacity: Output<Int>? = null, val namespaceName: Output<String>? = null, val port: Output<Int>? = null, val pricePerformanceTarget: Output<WorkgroupPerformanceTargetArgs>? = null, val publiclyAccessible: Output<Boolean>? = null, val recoveryPointId: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val snapshotArn: Output<String>? = null, val snapshotName: Output<String>? = null, val snapshotOwnerAccount: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val trackName: Output<String>? = null, val workgroup: Output<WorkgroupArgs>? = null, val workgroupName: Output<String>? = null) : ConvertibleToJava<WorkgroupArgs>

Definition of AWS::RedshiftServerless::Workgroup Resource Type

Constructors

Link copied to clipboard
constructor(baseCapacity: Output<Int>? = null, configParameters: Output<List<WorkgroupConfigParameterArgs>>? = null, enhancedVpcRouting: Output<Boolean>? = null, maxCapacity: Output<Int>? = null, namespaceName: Output<String>? = null, port: Output<Int>? = null, pricePerformanceTarget: Output<WorkgroupPerformanceTargetArgs>? = null, publiclyAccessible: Output<Boolean>? = null, recoveryPointId: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, snapshotArn: Output<String>? = null, snapshotName: Output<String>? = null, snapshotOwnerAccount: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, trackName: Output<String>? = null, workgroup: Output<WorkgroupArgs>? = null, workgroupName: Output<String>? = null)

Properties

Link copied to clipboard
val baseCapacity: Output<Int>? = null

The base compute capacity of the workgroup in Redshift Processing Units (RPUs).

Link copied to clipboard

A list of parameters to set for finer control over a database. Available options are datestyle, enable_user_activity_logging, query_group, search_path, max_query_execution_time, and require_ssl.

Link copied to clipboard
val enhancedVpcRouting: Output<Boolean>? = null

The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.

Link copied to clipboard
val maxCapacity: Output<Int>? = null

The max compute capacity of the workgroup in Redshift Processing Units (RPUs).

Link copied to clipboard
val namespaceName: Output<String>? = null

The namespace the workgroup is associated with.

Link copied to clipboard
val port: Output<Int>? = null

The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.

Link copied to clipboard

A property that represents the price performance target settings for the workgroup.

Link copied to clipboard
val publiclyAccessible: Output<Boolean>? = null

A value that specifies whether the workgroup can be accessible from a public network.

Link copied to clipboard
val recoveryPointId: Output<String>? = null

The recovery point id to restore from.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of security group IDs to associate with the workgroup.

Link copied to clipboard
val snapshotArn: Output<String>? = null

The Amazon Resource Name (ARN) of the snapshot to restore from.

Link copied to clipboard
val snapshotName: Output<String>? = null

The snapshot name to restore from.

Link copied to clipboard
val snapshotOwnerAccount: Output<String>? = null

The Amazon Web Services account that owns the snapshot.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

A list of subnet IDs the workgroup is associated with.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The map of the key-value pairs used to tag the workgroup.

Link copied to clipboard
val trackName: Output<String>? = null

An 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.

Link copied to clipboard
val workgroup: Output<WorkgroupArgs>? = null

Definition for workgroup resource

Link copied to clipboard
val workgroupName: Output<String>? = null

The name of the workgroup.

Functions

Link copied to clipboard
open override fun toJava(): WorkgroupArgs