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

Class: Aws::AppSync::Types::RdsHttpEndpointConfig

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

Overview

Note:

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

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

The Amazon RDS HTTP endpoint configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

AWS Region for RDS HTTP endpoint.

Returns:

  • (String)

    AWS Region for RDS HTTP endpoint.

#aws_secret_store_arnString

AWS secret store ARN for database credentials.

Returns:

  • (String)

    AWS secret store ARN for database credentials.

#database_nameString

Logical database name.

Returns:

  • (String)

    Logical database name.

#db_cluster_identifierString

Amazon RDS cluster ARN.

Returns:

  • (String)

    Amazon RDS cluster ARN.

#schemaString

Logical schema name.

Returns:

  • (String)

    Logical schema name.