Class WorkgroupArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Athena
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkgroupArgs : ResourceArgs
Constructors
View SourceWorkgroupArgs()
Declaration
public WorkgroupArgs()
Properties
View SourceConfiguration
Configuration block with various settings for the workgroup. Documented below.
Declaration
public Input<WorkgroupConfigurationArgs> Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkgroupConfigurationArgs> |
Description
Description of the workgroup.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceDestroy
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
Declaration
public Input<bool> ForceDestroy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the workgroup.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
State of the workgroup. Valid values are DISABLED or ENABLED. Defaults to ENABLED.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags for the workgroup.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |