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

CreateDBClusterMessage

import type { CreateDBClusterMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/docdb.ts";
interface CreateDBClusterMessage {
AvailabilityZones?: string[] | null;
BackupRetentionPeriod?: number | null;
DBClusterIdentifier: string;
DBClusterParameterGroupName?: string | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
EnableCloudwatchLogsExports?: string[] | null;
Engine: string;
EngineVersion?: string | null;
GlobalClusterIdentifier?: string | null;
KmsKeyId?: string | null;
MasterUsername?: string | null;
MasterUserPassword?: string | null;
Port?: number | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
PreSignedUrl?: string | null;
StorageEncrypted?: boolean | null;
Tags?: Tag[] | null;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
DBClusterIdentifier: string
[src]
§
DBClusterParameterGroupName?: string | null
[src]
§
DBSubnetGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
EnableCloudwatchLogsExports?: string[] | null
[src]
§
Engine: string
[src]
§
EngineVersion?: string | null
[src]
§
GlobalClusterIdentifier?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
MasterUsername?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PreSignedUrl?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]