WorkGroupArgs

data class WorkGroupArgs(val description: Output<String>? = null, val name: Output<String>? = null, val recursiveDeleteOption: Output<Boolean>? = null, val state: Output<WorkGroupState>? = null, val tags: Output<List<TagArgs>>? = null, val workGroupConfiguration: Output<WorkGroupConfigurationArgs>? = null, val workGroupConfigurationUpdates: Output<WorkGroupConfigurationUpdatesArgs>? = null) : ConvertibleToJava<WorkGroupArgs>

Resource schema for AWS::Athena::WorkGroup

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, recursiveDeleteOption: Output<Boolean>? = null, state: Output<WorkGroupState>? = null, tags: Output<List<TagArgs>>? = null, workGroupConfiguration: Output<WorkGroupConfigurationArgs>? = null, workGroupConfigurationUpdates: Output<WorkGroupConfigurationUpdatesArgs>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The workgroup description.

Link copied to clipboard
val name: Output<String>? = null

The workGroup name.

Link copied to clipboard
val recursiveDeleteOption: Output<Boolean>? = null

The option to delete the workgroup and its contents even if the workgroup contains any named queries.

Link copied to clipboard
val state: Output<WorkGroupState>? = null

The state of the workgroup: ENABLED or DISABLED.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

One or more tags, separated by commas, that you want to attach to the workgroup as you create it

Link copied to clipboard

The workgroup configuration

Link copied to clipboard

The workgroup configuration update object

Functions

Link copied to clipboard
open override fun toJava(): WorkGroupArgs