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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

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

#portInteger

The port value for the MySQL data provider.

Returns:

  • (Integer)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

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

#s3_access_role_arnString

The ARN for the role the application uses to access its Amazon S3 bucket.

Returns:

  • (String)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

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

#s3_pathString

The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.

Returns:

  • (String)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

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

#server_nameString

The name of the MySQL server.

Returns:

  • (String)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

class MySqlDataProviderSettings < Struct.new(
  :server_name,
  :port,
  :ssl_mode,
  :certificate_arn,
  :s3_path,
  :s3_access_role_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)


9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 9024

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