Class: Aws::DatabaseMigrationService::Types::Limitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::Limitation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about the limitations of target Amazon Web Services engines.
Your source database might include features that the target Amazon Web Services engine doesn’t support. Fleet Advisor lists these features as limitations. You should consider these limitations during database migration. For each limitation, Fleet Advisor recommends an action that you can take to address or avoid this limitation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_id ⇒ String
The identifier of the source database.
-
#description ⇒ String
A description of the limitation.
-
#engine_name ⇒ String
The name of the target engine that Fleet Advisor should use in the target engine recommendation.
-
#impact ⇒ String
The impact of the limitation.
-
#name ⇒ String
The name of the limitation.
-
#type ⇒ String
The type of the limitation, such as action required, upgrade required, and limited feature.
Instance Attribute Details
#database_id ⇒ String
The identifier of the source database.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the limitation. Provides additional information about the limitation, and includes recommended actions that you can take to address or avoid this limitation.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |
#engine_name ⇒ String
The name of the target engine that Fleet Advisor should use in the target engine recommendation. Valid values include ‘“rds-aurora-mysql”`, `“rds-aurora-postgresql”`, `“rds-mysql”`, `“rds-oracle”`, `“rds-sql-server”`, and `“rds-postgresql”`.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |
#impact ⇒ String
The impact of the limitation. You can use this parameter to prioritize limitations that you want to address. Valid values include ‘“Blocker”`, `“High”`, `“Medium”`, and `“Low”`.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the limitation. Describes unsupported database features, migration action items, and other limitations.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the limitation, such as action required, upgrade required, and limited feature.
6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6913 class Limitation < Struct.new( :database_id, :engine_name, :name, :description, :impact, :type) SENSITIVE = [] include Aws::Structure end |