Package-level declarations

Types

Link copied to clipboard
enum CapacityReservationStatus : Enum<CapacityReservationStatus> , ConvertibleToJava<CapacityReservationStatus>
Link copied to clipboard
enum DataCatalogStatus : Enum<DataCatalogStatus> , ConvertibleToJava<DataCatalogStatus>

The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.

Link copied to clipboard
enum DataCatalogType : Enum<DataCatalogType> , ConvertibleToJava<DataCatalogType>

The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.

Link copied to clipboard
enum WorkGroupEncryptionOption : Enum<WorkGroupEncryptionOption> , ConvertibleToJava<WorkGroupEncryptionOption>

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE-S3), server-side encryption with KMS-managed keys (SSE-KMS), or client-side encryption with KMS-managed keys (CSE-KMS) is used.

Link copied to clipboard
enum WorkGroupS3AclOption : Enum<WorkGroupS3AclOption> , ConvertibleToJava<WorkGroupS3AclOption>

The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL

Link copied to clipboard
enum WorkGroupState : Enum<WorkGroupState> , ConvertibleToJava<WorkGroupState>

The state of the workgroup: ENABLED or DISABLED.