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

AwsRedshiftClusterElasticIpStatus

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

The status of the elastic IP (EIP) address for an Amazon Redshift cluster.

interface AwsRedshiftClusterElasticIpStatus {
ElasticIp?: string | null;
Status?: string | null;
}

§Properties

§
ElasticIp?: string | null
[src]

The elastic IP address for the cluster.

§
Status?: string | null
[src]

The status of the elastic IP address.