Class: Aws::DatabaseMigrationService::Types::PostgreSqlDataProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::PostgreSqlDataProviderSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that defines a PostgreSQL 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.
-
#database_name ⇒ String
The database name on the PostgreSQL data provider.
-
#port ⇒ Integer
The port value for the PostgreSQL data provider.
-
#server_name ⇒ String
The name of the PostgreSQL server.
-
#ssl_mode ⇒ String
The SSL mode used to connect to the PostgreSQL data provider.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate used for SSL connection.
9749 9750 9751 9752 9753 9754 9755 9756 9757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9749 class PostgreSqlDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The database name on the PostgreSQL data provider.
9749 9750 9751 9752 9753 9754 9755 9756 9757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9749 class PostgreSqlDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port value for the PostgreSQL data provider.
9749 9750 9751 9752 9753 9754 9755 9756 9757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9749 class PostgreSqlDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the PostgreSQL server.
9749 9750 9751 9752 9753 9754 9755 9756 9757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9749 class PostgreSqlDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |
#ssl_mode ⇒ String
The SSL mode used to connect to the PostgreSQL data provider. The default value is ‘none`.
9749 9750 9751 9752 9753 9754 9755 9756 9757 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9749 class PostgreSqlDataProviderSettings < Struct.new( :server_name, :port, :database_name, :ssl_mode, :certificate_arn) SENSITIVE = [] include Aws::Structure end |