Class: Aws::DatabaseMigrationService::Types::RecommendationSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RecommendationSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about the required target engine settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_sizing_type ⇒ String
The size of your target instance.
-
#workload_type ⇒ String
The deployment option for your target engine.
Instance Attribute Details
#instance_sizing_type ⇒ String
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”`.
10078 10079 10080 10081 10082 10083 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10078 class RecommendationSettings < Struct.new( :instance_sizing_type, :workload_type) SENSITIVE = [] include Aws::Structure end |
#workload_type ⇒ String
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”`.
10078 10079 10080 10081 10082 10083 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10078 class RecommendationSettings < Struct.new( :instance_sizing_type, :workload_type) SENSITIVE = [] include Aws::Structure end |