Work Group Args
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
The workgroup description.
Link copied to clipboard
The option to delete the workgroup and its contents even if the workgroup contains any named queries.
Link copied to clipboard
The state of the workgroup: ENABLED or DISABLED.
Link copied to clipboard
The workgroup configuration
Link copied to clipboard
The workgroup configuration update object