Workgroup

class Workgroup : KotlinCustomResource

Creates a new Amazon Redshift Serverless Workgroup.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.redshiftserverless.Workgroup;
import com.pulumi.aws.redshiftserverless.WorkgroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Workgroup("example", WorkgroupArgs.builder()
.namespaceName("concurrency-scaling")
.workgroupName("concurrency-scaling")
.build());
}
}

Import

Redshift Serverless Workgroups can be imported using the workgroup_name, e.g.,

$ pulumi import aws:redshiftserverless/workgroup:Workgroup example example

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of the Redshift Serverless Workgroup.

Link copied to clipboard
val baseCapacity: Output<Int>

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

Link copied to clipboard

An array of parameters to set for more control over a serverless database. See Config Parameter below.

Link copied to clipboard

The endpoint that is created from the workgroup. See Endpoint below.

Link copied to clipboard

The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.

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

The name of the namespace.

Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An array of security group IDs to associate with the workgroup.

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

An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following AWS document.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workgroupId: Output<String>

The Redshift Workgroup ID.

Link copied to clipboard
val workgroupName: Output<String>

The name of the workgroup. The following arguments are optional: