Class: Aws::DatabaseMigrationService::Types::SupportedEndpointType

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

Overview

Provides information about types of supported endpoints in response to a request by the DescribeEndpointTypes operation. This information includes the type of endpoint, the database engine name, and whether change data capture (CDC) is supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_typeString

The type of endpoint. Valid values are source and target.

Returns:

  • (String)


13016
13017
13018
13019
13020
13021
13022
13023
13024
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13016

class SupportedEndpointType < Struct.new(
  :engine_name,
  :supports_cdc,
  :endpoint_type,
  :replication_instance_engine_minimum_version,
  :engine_display_name)
  SENSITIVE = []
  include Aws::Structure
end

#engine_display_nameString

The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".

Returns:

  • (String)


13016
13017
13018
13019
13020
13021
13022
13023
13024
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13016

class SupportedEndpointType < Struct.new(
  :engine_name,
  :supports_cdc,
  :endpoint_type,
  :replication_instance_engine_minimum_version,
  :engine_display_name)
  SENSITIVE = []
  include Aws::Structure
end

#engine_nameString

The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

Returns:

  • (String)


13016
13017
13018
13019
13020
13021
13022
13023
13024
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13016

class SupportedEndpointType < Struct.new(
  :engine_name,
  :supports_cdc,
  :endpoint_type,
  :replication_instance_engine_minimum_version,
  :engine_display_name)
  SENSITIVE = []
  include Aws::Structure
end

#replication_instance_engine_minimum_versionString

The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.

Returns:

  • (String)


13016
13017
13018
13019
13020
13021
13022
13023
13024
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13016

class SupportedEndpointType < Struct.new(
  :engine_name,
  :supports_cdc,
  :endpoint_type,
  :replication_instance_engine_minimum_version,
  :engine_display_name)
  SENSITIVE = []
  include Aws::Structure
end

#supports_cdcBoolean

Indicates if change data capture (CDC) is supported.

Returns:

  • (Boolean)


13016
13017
13018
13019
13020
13021
13022
13023
13024
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13016

class SupportedEndpointType < Struct.new(
  :engine_name,
  :supports_cdc,
  :endpoint_type,
  :replication_instance_engine_minimum_version,
  :engine_display_name)
  SENSITIVE = []
  include Aws::Structure
end