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

AwsRedshiftClusterLoggingStatus

import type { AwsRedshiftClusterLoggingStatus } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about the logging status of the cluster.

interface AwsRedshiftClusterLoggingStatus {
BucketName?: string | null;
LastFailureMessage?: string | null;
LastFailureTime?: string | null;
LastSuccessfulDeliveryTime?: string | null;
LoggingEnabled?: boolean | null;
S3KeyPrefix?: string | null;
}

§Properties

§
BucketName?: string | null
[src]

The name of the S3 bucket where the log files are stored.

§
LastFailureMessage?: string | null
[src]

The message indicating that the logs failed to be delivered.

§
LastFailureTime?: string | null
[src]

The last time when logs failed to be delivered.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
LastSuccessfulDeliveryTime?: string | null
[src]

The last time that logs were delivered successfully.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
LoggingEnabled?: boolean | null
[src]

Indicates whether logging is enabled.

§
S3KeyPrefix?: string | null
[src]

Provides the prefix applied to the log file names.