Class: Aws::DatabaseMigrationService::Types::MariaDbDataProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MariaDbDataProviderSettings
- 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
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
-
#port ⇒ Integer
The port value for the MariaDB data provider.
-
#s3_access_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
-
#s3_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
-
#server_name ⇒ String
The name of the MariaDB server.
-
#ssl_mode ⇒ String
The SSL mode used to connect to the MariaDB data provider.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
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 |
#port ⇒ Integer
The port value for the MariaDB data provider
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_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
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_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
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_name ⇒ String
The name of the MariaDB server.
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_mode ⇒ String
The SSL mode used to connect to the MariaDB data provider. The
default value is none
.
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 |