Show / Hide Table of Contents

Class WorkgroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkgroupArgs
Inherited Members
ResourceArgs.Empty
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 Source

WorkgroupArgs()

Declaration
public WorkgroupArgs()

Properties

View Source

Configuration

Configuration block with various settings for the workgroup. Documented below.

Declaration
public Input<WorkgroupConfigurationArgs> Configuration { get; set; }
Property Value
Type Description
Input<WorkgroupConfigurationArgs>
View Source

Description

Description of the workgroup.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Name

Name of the workgroup.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Tags

Key-value map of resource tags for the workgroup.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.