DBCluster
import type { DBCluster } from "https://aws-api-gyr5wj9zj0fg.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]§
DBClusterMembers: DBClusterMember[]
[src]§
VpcSecurityGroups: VpcSecurityGroupMembership[]
[src]