You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RelationalDatabaseDataSourceConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  relational_database_source_type: "RDS_HTTP_ENDPOINT", # accepts RDS_HTTP_ENDPOINT
  rds_http_endpoint_config: {
    aws_region: "String",
    db_cluster_identifier: "String",
    database_name: "String",
    schema: "String",
    aws_secret_store_arn: "String",
  },
}

Describes a relational database data source configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#rds_http_endpoint_configTypes::RdsHttpEndpointConfig

Amazon RDS HTTP endpoint settings.

Returns:

#relational_database_source_typeString

Source type for the relational database.

  • RDS_HTTP_ENDPOINT: The relational database source type is an Amazon RDS HTTP endpoint.

^

Possible values:

  • RDS_HTTP_ENDPOINT

Returns:

  • (String)

    Source type for the relational database.