Class: Aws::DatabaseMigrationService::Types::MySqlDataProviderSettings

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

Overview

Provides information that defines a MySQL data provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

Returns:

  • (String)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8739

class MySqlDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port value for the MySQL data provider.

Returns:

  • (Integer)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8739

class MySqlDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the MySQL server.

Returns:

  • (String)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8739

class MySqlDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ssl_modeString

The SSL mode used to connect to the MySQL data provider. The default value is ‘none`.

Returns:

  • (String)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8739

class MySqlDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :ssl_mode,
  :certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end