class Aws::AppSync::Types::RdsHttpEndpointConfig

The Amazon RDS HTTP endpoint configuration.

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

data as a hash:

    {
      aws_region: "String",
      db_cluster_identifier: "String",
      database_name: "String",
      schema: "String",
      aws_secret_store_arn: "String",
    }

@!attribute [rw] aws_region

Amazon Web Services Region for RDS HTTP endpoint.
@return [String]

@!attribute [rw] db_cluster_identifier

Amazon RDS cluster ARN.
@return [String]

@!attribute [rw] database_name

Logical database name.
@return [String]

@!attribute [rw] schema

Logical schema name.
@return [String]

@!attribute [rw] aws_secret_store_arn

Amazon Web Services secret store ARN for database credentials.
@return [String]

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

Constants

SENSITIVE