Class: Aws::AppSync::Types::RelationalDatabaseDataSourceConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rds_http_endpoint_configTypes::RdsHttpEndpointConfig

Amazon RDS HTTP endpoint settings.



3841
3842
3843
3844
3845
3846
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3841

class RelationalDatabaseDataSourceConfig < Struct.new(
  :relational_database_source_type,
  :rds_http_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end

#relational_database_source_typeString

Source type for the relational database.

  • RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.

^

Returns:

  • (String)


3841
3842
3843
3844
3845
3846
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3841

class RelationalDatabaseDataSourceConfig < Struct.new(
  :relational_database_source_type,
  :rds_http_endpoint_config)
  SENSITIVE = []
  include Aws::Structure
end