Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AthenaIntegration

import type { AthenaIntegration } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes integration options for Amazon Athena.

interface AthenaIntegration {
IntegrationResultS3DestinationArn: string;
PartitionEndDate?: Date | number | null;
PartitionLoadFrequency: PartitionLoadFrequency;
PartitionStartDate?: Date | number | null;
}

§Properties

§
IntegrationResultS3DestinationArn: string
[src]

The location in Amazon S3 to store the generated CloudFormation template.

§
PartitionEndDate?: Date | number | null
[src]

The end date for the partition.

§
PartitionLoadFrequency: PartitionLoadFrequency
[src]

The schedule for adding new partitions to the table.

§
PartitionStartDate?: Date | number | null
[src]

The start date for the partition.