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<WorkGroupTagArgs>>? = 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
fun WorkGroupArgs(description: Output<String>? = null, name: Output<String>? = null, recursiveDeleteOption: Output<Boolean>? = null, state: Output<WorkGroupState>? = null, tags: Output<List<WorkGroupTagArgs>>? = null, workGroupConfiguration: Output<WorkGroupConfigurationArgs>? = null, workGroupConfigurationUpdates: Output<WorkGroupConfigurationUpdatesArgs>? = null)