Class: Aws::AppSync::Types::RelationalDatabaseDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::RelationalDatabaseDataSourceConfig
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Describes a relational database data source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rds_http_endpoint_config ⇒ Types::RdsHttpEndpointConfig
Amazon RDS HTTP endpoint settings.
-
#relational_database_source_type ⇒ String
Source type for the relational database.
Instance Attribute Details
#rds_http_endpoint_config ⇒ Types::RdsHttpEndpointConfig
Amazon RDS HTTP endpoint settings.
4379 4380 4381 4382 4383 4384 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4379 class RelationalDatabaseDataSourceConfig < Struct.new( :relational_database_source_type, :rds_http_endpoint_config) SENSITIVE = [] include Aws::Structure end |
#relational_database_source_type ⇒ String
Source type for the relational database.
- RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
^
4379 4380 4381 4382 4383 4384 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4379 class RelationalDatabaseDataSourceConfig < Struct.new( :relational_database_source_type, :rds_http_endpoint_config) SENSITIVE = [] include Aws::Structure end |