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

ModifyDBInstanceMessage

import type { ModifyDBInstanceMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";
interface ModifyDBInstanceMessage {
AllocatedStorage?: number | null;
AllowMajorVersionUpgrade?: boolean | null;
ApplyImmediately?: boolean | null;
AutoMinorVersionUpgrade?: boolean | null;
BackupRetentionPeriod?: number | null;
CACertificateIdentifier?: string | null;
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | null;
CopyTagsToSnapshot?: boolean | null;
DBInstanceClass?: string | null;
DBInstanceIdentifier: string;
DBParameterGroupName?: string | null;
DBPortNumber?: number | null;
DBSecurityGroups?: string[] | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
Domain?: string | null;
DomainIAMRoleName?: string | null;
EnableIAMDatabaseAuthentication?: boolean | null;
EnablePerformanceInsights?: boolean | null;
EngineVersion?: string | null;
Iops?: number | null;
LicenseModel?: string | null;
MasterUserPassword?: string | null;
MonitoringInterval?: number | null;
MonitoringRoleArn?: string | null;
MultiAZ?: boolean | null;
NewDBInstanceIdentifier?: string | null;
OptionGroupName?: string | null;
PerformanceInsightsKMSKeyId?: string | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
PromotionTier?: number | null;
PubliclyAccessible?: boolean | null;
StorageType?: string | null;
TdeCredentialArn?: string | null;
TdeCredentialPassword?: string | null;
VpcSecurityGroupIds?: string[] | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]
§
AllowMajorVersionUpgrade?: boolean | null
[src]
§
ApplyImmediately?: boolean | null
[src]
§
AutoMinorVersionUpgrade?: boolean | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
CACertificateIdentifier?: string | null
[src]
§
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration | null
[src]
§
CopyTagsToSnapshot?: boolean | null
[src]
§
DBInstanceClass?: string | null
[src]
§
DBInstanceIdentifier: string
[src]
§
DBParameterGroupName?: string | null
[src]
§
DBPortNumber?: number | null
[src]
§
DBSecurityGroups?: string[] | null
[src]
§
DBSubnetGroupName?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
Domain?: string | null
[src]
§
DomainIAMRoleName?: string | null
[src]
§
EnableIAMDatabaseAuthentication?: boolean | null
[src]
§
EnablePerformanceInsights?: boolean | null
[src]
§
EngineVersion?: string | null
[src]
§
Iops?: number | null
[src]
§
LicenseModel?: string | null
[src]
§
MasterUserPassword?: string | null
[src]
§
MonitoringInterval?: number | null
[src]
§
MonitoringRoleArn?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
NewDBInstanceIdentifier?: string | null
[src]
§
OptionGroupName?: string | null
[src]
§
PerformanceInsightsKMSKeyId?: string | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PromotionTier?: number | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
StorageType?: string | null
[src]
§
TdeCredentialArn?: string | null
[src]
§
TdeCredentialPassword?: string | null
[src]
§
VpcSecurityGroupIds?: string[] | null
[src]