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/rds.ts";
interface CreateDBClusterMessage {
AvailabilityZones?: string[] | null;
BacktrackWindow?: number | null;
BackupRetentionPeriod?: number | null;
CharacterSetName?: string | null;
CopyTagsToSnapshot?: boolean | null;
DatabaseName?: string | null;
DBClusterIdentifier: string;
DBClusterParameterGroupName?: string | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
Domain?: string | null;
DomainIAMRoleName?: string | null;
EnableCloudwatchLogsExports?: string[] | null;
EnableGlobalWriteForwarding?: boolean | null;
EnableHttpEndpoint?: boolean | null;
EnableIAMDatabaseAuthentication?: boolean | null;
Engine: string;
EngineMode?: string | null;
EngineVersion?: string | null;
GlobalClusterIdentifier?: string | null;
KmsKeyId?: string | null;
MasterUsername?: string | null;
MasterUserPassword?: string | null;
OptionGroupName?: string | null;
Port?: number | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
PreSignedUrl?: string | null;
ReplicationSourceIdentifier?: string | null;
ScalingConfiguration?: ScalingConfiguration | null;
SourceRegion?: string | null;
StorageEncrypted?: boolean | null;
Tags?: Tag[] | null;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
AvailabilityZones?: string[] | null
[src]
§
BacktrackWindow?: number | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
CharacterSetName?: string | null
[src]
§
CopyTagsToSnapshot?: boolean | null
[src]
§
DatabaseName?: string | null
[src]
§
DBClusterIdentifier: string
[src]
§
DBClusterParameterGroupName?: string | null
[src]
§
DBSubnetGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
Domain?: string | null
[src]
§
DomainIAMRoleName?: string | null
[src]
§
EnableCloudwatchLogsExports?: string[] | null
[src]
§
EnableGlobalWriteForwarding?: boolean | null
[src]
§
EnableHttpEndpoint?: boolean | null
[src]
§
EnableIAMDatabaseAuthentication?: boolean | null
[src]
§
Engine: string
[src]
§
EngineMode?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalClusterIdentifier?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
MasterUsername?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
OptionGroupName?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PreSignedUrl?: string | null
[src]
§
ReplicationSourceIdentifier?: string | null
[src]
§
ScalingConfiguration?: ScalingConfiguration | null
[src]
§
SourceRegion?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]