class Aws::SecurityHub::Types::AwsRdsDbPendingModifiedValues
Changes to a DB instance that are currently pending.
@note When making an API call, you may pass AwsRdsDbPendingModifiedValues
data as a hash: { db_instance_class: "NonEmptyString", allocated_storage: 1, master_user_password: "NonEmptyString", port: 1, backup_retention_period: 1, multi_az: false, engine_version: "NonEmptyString", license_model: "NonEmptyString", iops: 1, db_instance_identifier: "NonEmptyString", storage_type: "NonEmptyString", ca_certificate_identifier: "NonEmptyString", db_subnet_group_name: "NonEmptyString", pending_cloud_watch_logs_exports: { log_types_to_enable: ["NonEmptyString"], log_types_to_disable: ["NonEmptyString"], }, processor_features: [ { name: "NonEmptyString", value: "NonEmptyString", }, ], }
@!attribute [rw] db_instance_class
The new DB instance class for the DB instance. @return [String]
@!attribute [rw] allocated_storage
The new value of the allocated storage for the DB instance. @return [Integer]
@!attribute [rw] master_user_password
The new master user password for the DB instance. @return [String]
@!attribute [rw] port
The new port for the DB instance. @return [Integer]
@!attribute [rw] backup_retention_period
The new backup retention period for the DB instance. @return [Integer]
@!attribute [rw] multi_az
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment. @return [Boolean]
@!attribute [rw] engine_version
The new engine version for the DB instance. @return [String]
@!attribute [rw] license_model
The new license model value for the DB instance. @return [String]
@!attribute [rw] iops
The new provisioned IOPS value for the DB instance. @return [Integer]
@!attribute [rw] db_instance_identifier
The new DB instance identifier for the DB instance. @return [String]
@!attribute [rw] storage_type
The new storage type for the DB instance. @return [String]
@!attribute [rw] ca_certificate_identifier
The new CA certificate identifier for the DB instance. @return [String]
@!attribute [rw] db_subnet_group_name
The name of the new subnet group for the DB instance. @return [String]
@!attribute [rw] pending_cloud_watch_logs_exports
A list of log types that are being enabled or disabled. @return [Types::AwsRdsPendingCloudWatchLogsExports]
@!attribute [rw] processor_features
Processor features that are being updated. @return [Array<Types::AwsRdsDbProcessorFeature>]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbPendingModifiedValues AWS API Documentation
Constants
- SENSITIVE