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

ClusterPendingModifiedValues

import type { ClusterPendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface ClusterPendingModifiedValues {
DBClusterIdentifier?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
MasterUserPassword?: string | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
}

§Properties

§
DBClusterIdentifier?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]
§
MasterUserPassword?: string | null
[src]
§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]