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

AwsRedshiftClusterEndpoint

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

The connection endpoint for an Amazon Redshift cluster.

interface AwsRedshiftClusterEndpoint {
Address?: string | null;
Port?: number | null;
}

§Properties

§
Address?: string | null
[src]

The DNS address of the cluster.

§
Port?: number | null
[src]

The port that the database engine listens on.