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.deno.dev/v0.3/services/rds.ts?docs=full";

This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.

interface ClusterPendingModifiedValues {
DBClusterIdentifier?: string | null;
EngineVersion?: string | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
MasterUserPassword?: string | null;
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null;
}

§Properties

§
DBClusterIdentifier?: string | null
[src]

The DBClusterIdentifier value for the DB cluster.

§
EngineVersion?: string | null
[src]

The database engine version.

§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]

A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

§
MasterUserPassword?: string | null
[src]

The master credentials for the DB cluster.

§
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports | null
[src]