| Package | Description |
|---|---|
| software.amazon.awscdk.services.athena |
Amazon Athena Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnWorkGroup.WorkGroupConfigurationProperty.Jsii$Proxy
An implementation for
CfnWorkGroup.WorkGroupConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkGroup.WorkGroupConfigurationProperty |
CfnWorkGroup.WorkGroupConfigurationProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnWorkGroup.setWorkGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty value)
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.
|
CfnWorkGroupProps.Builder |
CfnWorkGroupProps.Builder.workGroupConfiguration(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration)
Sets the value of
CfnWorkGroupProps.getWorkGroupConfiguration() |
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.
|
Copyright © 2022. All rights reserved.