Uses of Interface
software.amazon.awscdk.services.athena.CfnWorkGroup.WorkGroupConfigurationProperty
-
Uses of CfnWorkGroup.WorkGroupConfigurationProperty in software.amazon.awscdk.services.athena
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnWorkGroup.WorkGroupConfigurationProperty
Modifier and TypeMethodDescriptionCfnWorkGroup.WorkGroupConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
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.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.CfnWorkGroupProps.Builder.workGroupConfiguration
(CfnWorkGroup.WorkGroupConfigurationProperty workGroupConfiguration) Sets the value ofCfnWorkGroupProps.getWorkGroupConfiguration()