Class: Aws::DatabaseMigrationService::Types::MariaDbDataProviderSettings

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

Overview

Provides information that defines a MariaDB 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)


6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6627

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

#portInteger

The port value for the MariaDB data provider

Returns:

  • (Integer)


6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6627

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

#server_nameString

The name of the MariaDB server.

Returns:

  • (String)


6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6627

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

#ssl_modeString

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

Returns:

  • (String)


6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6627

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