Workgroup

class Workgroup : KotlinCustomResource

Definition of AWS::RedshiftServerless::Workgroup Resource Type

Properties

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

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

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 id: Output<String>
Link copied to clipboard
val maxCapacity: Output<Int>?

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

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

The namespace the workgroup is associated with.

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

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

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recoveryPointId: Output<String>?

The recovery point id to restore from.

Link copied to clipboard

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

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

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

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

The snapshot name to restore from.

Link copied to clipboard

The Amazon Web Services account that owns the snapshot.

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

A list of subnet IDs the workgroup is associated with.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

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

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 urn: Output<String>
Link copied to clipboard
val workgroup: Output<Workgroup>?

Definition for workgroup resource

Link copied to clipboard
val workgroupName: Output<String>

The name of the workgroup.