AwsRdsDbPendingModifiedValues
import type { AwsRdsDbPendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsRdsDbPendingModifiedValues {
AllocatedStorage?: number | null;
BackupRetentionPeriod?: number | null;
CaCertificateIdentifier?: string | null;
DbInstanceClass?: string | null;
DbInstanceIdentifier?: string | null;
DbSubnetGroupName?: string | null;
EngineVersion?: string | null;
Iops?: number | null;
LicenseModel?: string | null;
MasterUserPassword?: string | null;
MultiAZ?: boolean | null;
PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports | null;
Port?: number | null;
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null;
StorageType?: string | null;
}§Properties
§
PendingCloudWatchLogsExports?: AwsRdsPendingCloudWatchLogsExports | null
[src]§
ProcessorFeatures?: AwsRdsDbProcessorFeature[] | null
[src]