| Package | Description |
|---|---|
| software.amazon.awscdk.services.athena |
Amazon Athena Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkGroup.Builder |
CfnWorkGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.description(String description)
The workgroup description.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.name(String name)
The workgroup name.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.recursiveDeleteOption(Boolean recursiveDeleteOption)
The option to delete a workgroup and its contents even if the workgroup contains any named queries.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.recursiveDeleteOption(IResolvable recursiveDeleteOption)
The option to delete a workgroup and its contents even if the workgroup contains any named queries.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.state(String state)
The state of the workgroup: ENABLED or DISABLED.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.tags(List<? extends CfnTag> tags)
The tags (key-value pairs) to associate with this resource.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.workGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration)
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
|
CfnWorkGroup.Builder |
CfnWorkGroup.Builder.workGroupConfiguration(IResolvable workGroupConfiguration)
The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
|
Copyright © 2022. All rights reserved.