Package software.amazon.awscdk.services.athena
package software.amazon.awscdk.services.athena
Amazon Athena Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.athena.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for Athena construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::Athena resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Athena.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionSpecifies a capacity reservation with the provided name and number of requested data processing units.A fluent builder for
CfnCapacityReservation
.Assigns Athena workgroups (and hence their queries) to capacity reservations.An implementation forCfnCapacityReservation.CapacityAssignmentConfigurationProperty
A mapping between one or more workgroups and a capacity reservation.A builder forCfnCapacityReservation.CapacityAssignmentProperty
An implementation forCfnCapacityReservation.CapacityAssignmentProperty
Properties for defining aCfnCapacityReservation
.A builder forCfnCapacityReservationProps
An implementation forCfnCapacityReservationProps
The AWS::Athena::DataCatalog resource specifies an Amazon Athena data catalog, which contains a name, description, type, parameters, and tags.A fluent builder forCfnDataCatalog
.Properties for defining aCfnDataCatalog
.A builder forCfnDataCatalogProps
An implementation forCfnDataCatalogProps
TheAWS::Athena::NamedQuery
resource specifies an Amazon Athena saved query, whereQueryString
contains the SQL query statements that make up the query.A fluent builder forCfnNamedQuery
.Properties for defining aCfnNamedQuery
.A builder forCfnNamedQueryProps
An implementation forCfnNamedQueryProps
Specifies a prepared statement for use with SQL queries in Athena.A fluent builder forCfnPreparedStatement
.Properties for defining aCfnPreparedStatement
.A builder forCfnPreparedStatementProps
An implementation forCfnPreparedStatementProps
The AWS::Athena::WorkGroup resource specifies an Amazon Athena workgroup, which contains a name, description, creation time, state, and other configuration, listed underWorkGroupConfiguration
.Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO.A builder forCfnWorkGroup.AclConfigurationProperty
An implementation forCfnWorkGroup.AclConfigurationProperty
A fluent builder forCfnWorkGroup
.Specifies the customer managed KMS key that is used to encrypt the user's data stores in Athena.An implementation forCfnWorkGroup.CustomerContentEncryptionConfigurationProperty
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.A builder forCfnWorkGroup.EncryptionConfigurationProperty
An implementation forCfnWorkGroup.EncryptionConfigurationProperty
The Athena engine version for running queries, or the PySpark engine version for running sessions.A builder forCfnWorkGroup.EngineVersionProperty
An implementation forCfnWorkGroup.EngineVersionProperty
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results.A builder forCfnWorkGroup.ResultConfigurationProperty
An implementation forCfnWorkGroup.ResultConfigurationProperty
The information about the updates in the query results, such as output location and encryption configuration for the query results.A builder forCfnWorkGroup.ResultConfigurationUpdatesProperty
An implementation forCfnWorkGroup.ResultConfigurationUpdatesProperty
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.A builder forCfnWorkGroup.WorkGroupConfigurationProperty
An implementation forCfnWorkGroup.WorkGroupConfigurationProperty
The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data usage limit for the amount of bytes scanned per query, if it is specified.A builder forCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
An implementation forCfnWorkGroup.WorkGroupConfigurationUpdatesProperty
Properties for defining aCfnWorkGroup
.A builder forCfnWorkGroupProps
An implementation forCfnWorkGroupProps