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