Class: Aws::DatabaseMigrationService::Types::RecommendationSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Provides information about the required target engine settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_sizing_typeString

The size of your target instance. Fleet Advisor calculates this value based on your data collection type, such as total capacity and resource utilization. Valid values include "total-capacity" and "utilization".

Returns:

  • (String)


9662
9663
9664
9665
9666
9667
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9662

class RecommendationSettings < Struct.new(
  :instance_sizing_type,
  :workload_type)
  SENSITIVE = []
  include Aws::Structure
end

#workload_typeString

The deployment option for your target engine. For production databases, Fleet Advisor chooses Multi-AZ deployment. For development or test databases, Fleet Advisor chooses Single-AZ deployment. Valid values include "development" and "production".

Returns:

  • (String)


9662
9663
9664
9665
9666
9667
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9662

class RecommendationSettings < Struct.new(
  :instance_sizing_type,
  :workload_type)
  SENSITIVE = []
  include Aws::Structure
end