class Aws::AppSync::Types::RelationalDatabaseDataSourceConfig

Describes a relational database data source configuration.

@note When making an API call, you may pass RelationalDatabaseDataSourceConfig

data as a 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",
      },
    }

@!attribute [rw] relational_database_source_type

Source type for the relational database.

* **RDS\_HTTP\_ENDPOINT**\: The relational database source type is
  an Amazon RDS HTTP endpoint.

^
@return [String]

@!attribute [rw] rds_http_endpoint_config

Amazon RDS HTTP endpoint settings.
@return [Types::RdsHttpEndpointConfig]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/RelationalDatabaseDataSourceConfig AWS API Documentation

Constants

SENSITIVE