aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.redshiftserverless.Workgroup

Definition of AWS::RedshiftServerless::Workgroup Resource Type

Create Workgroup Resource

new Workgroup(name: string, args?: WorkgroupArgs, opts?: CustomResourceOptions);
@overload
def Workgroup(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              base_capacity: Optional[int] = None,
              config_parameters: Optional[Sequence[WorkgroupConfigParameterArgs]] = None,
              enhanced_vpc_routing: Optional[bool] = None,
              namespace_name: Optional[str] = None,
              port: Optional[int] = None,
              publicly_accessible: Optional[bool] = None,
              security_group_ids: Optional[Sequence[str]] = None,
              subnet_ids: Optional[Sequence[str]] = None,
              tags: Optional[Sequence[WorkgroupTagArgs]] = None,
              workgroup_name: Optional[str] = None)
@overload
def Workgroup(resource_name: str,
              args: Optional[WorkgroupArgs] = None,
              opts: Optional[ResourceOptions] = None)
func NewWorkgroup(ctx *Context, name string, args *WorkgroupArgs, opts ...ResourceOption) (*Workgroup, error)
public Workgroup(string name, WorkgroupArgs? args = null, CustomResourceOptions? opts = null)
public Workgroup(String name, WorkgroupArgs args)
public Workgroup(String name, WorkgroupArgs args, CustomResourceOptions options)
type: aws-native:redshiftserverless:Workgroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args WorkgroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args WorkgroupArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args WorkgroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args WorkgroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args WorkgroupArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Workgroup Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Workgroup resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the Workgroup resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

WorkgroupValue Pulumi.AwsNative.RedshiftServerless.Outputs.Workgroup
Id string

The provider-assigned unique ID for this managed resource.

Workgroup WorkgroupType
id String

The provider-assigned unique ID for this managed resource.

workgroup Workgroup
id string

The provider-assigned unique ID for this managed resource.

workgroup Workgroup
id str

The provider-assigned unique ID for this managed resource.

workgroup Workgroup
id String

The provider-assigned unique ID for this managed resource.

workgroup Property Map

Supporting Types

Workgroup

WorkgroupConfigParameter

WorkgroupEndpoint

WorkgroupNetworkInterface

WorkgroupStatus

Creating
CREATING
Available
AVAILABLE
Modifying
MODIFYING
Deleting
DELETING
WorkgroupStatusCreating
CREATING
WorkgroupStatusAvailable
AVAILABLE
WorkgroupStatusModifying
MODIFYING
WorkgroupStatusDeleting
DELETING
Creating
CREATING
Available
AVAILABLE
Modifying
MODIFYING
Deleting
DELETING
Creating
CREATING
Available
AVAILABLE
Modifying
MODIFYING
Deleting
DELETING
CREATING
CREATING
AVAILABLE
AVAILABLE
MODIFYING
MODIFYING
DELETING
DELETING
"CREATING"
CREATING
"AVAILABLE"
AVAILABLE
"MODIFYING"
MODIFYING
"DELETING"
DELETING

WorkgroupTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

WorkgroupVpcEndpoint

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0