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

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


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

class MariaDbDataProviderSettings < 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 MariaDB data provider

Returns:

  • (Integer)


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

class MariaDbDataProviderSettings < 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)


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

class MariaDbDataProviderSettings < 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)


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

class MariaDbDataProviderSettings < 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 MariaDB server.

Returns:

  • (String)


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

class MariaDbDataProviderSettings < 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 MariaDB data provider. The default value is none.

Returns:

  • (String)


7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7206

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