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

AwsRedshiftClusterClusterNode

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

A node in an Amazon Redshift cluster.

interface AwsRedshiftClusterClusterNode {
NodeRole?: string | null;
PrivateIpAddress?: string | null;
PublicIpAddress?: string | null;
}

§Properties

§
NodeRole?: string | null
[src]

The role of the node. A node might be a leader node or a compute node.

§
PrivateIpAddress?: string | null
[src]

The private IP address of the node.

§
PublicIpAddress?: string | null
[src]

The public IP address of the node.