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

DBCluster

import type { DBCluster } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/docdb.ts";
interface DBCluster {
AssociatedRoles: DBClusterRole[];
AvailabilityZones: string[];
BackupRetentionPeriod?: number | null;
ClusterCreateTime?: Date | number | null;
DBClusterArn?: string | null;
DBClusterIdentifier?: string | null;
DBClusterMembers: DBClusterMember[];
DBClusterParameterGroup?: string | null;
DbClusterResourceId?: string | null;
DBSubnetGroup?: string | null;
DeletionProtection?: boolean | null;
EarliestRestorableTime?: Date | number | null;
EnabledCloudwatchLogsExports: string[];
Endpoint?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
HostedZoneId?: string | null;
KmsKeyId?: string | null;
LatestRestorableTime?: Date | number | null;
MasterUsername?: string | null;
MultiAZ?: boolean | null;
PercentProgress?: string | null;
Port?: number | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
ReaderEndpoint?: string | null;
ReadReplicaIdentifiers: string[];
ReplicationSourceIdentifier?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
VpcSecurityGroups: VpcSecurityGroupMembership[];
}

§Properties

§
AssociatedRoles: DBClusterRole[]
[src]
§
AvailabilityZones: string[]
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
ClusterCreateTime?: Date | number | null
[src]
§
DBClusterArn?: string | null
[src]
§
DBClusterIdentifier?: string | null
[src]
§
DBClusterMembers: DBClusterMember[]
[src]
§
DBClusterParameterGroup?: string | null
[src]
§
DbClusterResourceId?: string | null
[src]
§
DBSubnetGroup?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EarliestRestorableTime?: Date | number | null
[src]
§
EnabledCloudwatchLogsExports: string[]
[src]
§
Endpoint?: string | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
HostedZoneId?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
LatestRestorableTime?: Date | number | null
[src]
§
MasterUsername?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PercentProgress?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
ReaderEndpoint?: string | null
[src]
§
ReadReplicaIdentifiers: string[]
[src]
§
ReplicationSourceIdentifier?: string | null
[src]
§
Status?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]