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
§
ScalingConfiguration?: ScalingConfiguration | null
[src]