| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AthenaIntegration
Description
Synopsis
- data AthenaIntegration = AthenaIntegration' {}
- newAthenaIntegration :: Text -> PartitionLoadFrequency -> AthenaIntegration
- athenaIntegration_partitionEndDate :: Lens' AthenaIntegration (Maybe UTCTime)
- athenaIntegration_partitionStartDate :: Lens' AthenaIntegration (Maybe UTCTime)
- athenaIntegration_integrationResultS3DestinationArn :: Lens' AthenaIntegration Text
- athenaIntegration_partitionLoadFrequency :: Lens' AthenaIntegration PartitionLoadFrequency
Documentation
data AthenaIntegration Source #
Describes integration options for Amazon Athena.
See: newAthenaIntegration smart constructor.
Constructors
| AthenaIntegration' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> PartitionLoadFrequency | |
| -> AthenaIntegration |
Create a value of AthenaIntegration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:partitionEndDate:AthenaIntegration', athenaIntegration_partitionEndDate - The end date for the partition.
$sel:partitionStartDate:AthenaIntegration', athenaIntegration_partitionStartDate - The start date for the partition.
$sel:integrationResultS3DestinationArn:AthenaIntegration', athenaIntegration_integrationResultS3DestinationArn - The location in Amazon S3 to store the generated CloudFormation
template.
$sel:partitionLoadFrequency:AthenaIntegration', athenaIntegration_partitionLoadFrequency - The schedule for adding new partitions to the table.
athenaIntegration_partitionEndDate :: Lens' AthenaIntegration (Maybe UTCTime) Source #
The end date for the partition.
athenaIntegration_partitionStartDate :: Lens' AthenaIntegration (Maybe UTCTime) Source #
The start date for the partition.
athenaIntegration_integrationResultS3DestinationArn :: Lens' AthenaIntegration Text Source #
The location in Amazon S3 to store the generated CloudFormation template.
athenaIntegration_partitionLoadFrequency :: Lens' AthenaIntegration PartitionLoadFrequency Source #
The schedule for adding new partitions to the table.