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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

Amazon Web Services Region for Amazon RDS HTTP endpoint.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3814

class RdsHttpEndpointConfig < Struct.new(
  :aws_region,
  :db_cluster_identifier,
  :database_name,
  :schema,
  :aws_secret_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#aws_secret_store_arnString

Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3814

class RdsHttpEndpointConfig < Struct.new(
  :aws_region,
  :db_cluster_identifier,
  :database_name,
  :schema,
  :aws_secret_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

Logical database name.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3814

class RdsHttpEndpointConfig < Struct.new(
  :aws_region,
  :db_cluster_identifier,
  :database_name,
  :schema,
  :aws_secret_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifierString

Amazon RDS cluster Amazon Resource Name (ARN).

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3814

class RdsHttpEndpointConfig < Struct.new(
  :aws_region,
  :db_cluster_identifier,
  :database_name,
  :schema,
  :aws_secret_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

Logical schema name.

Returns:

  • (String)


3814
3815
3816
3817
3818
3819
3820
3821
3822
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3814

class RdsHttpEndpointConfig < Struct.new(
  :aws_region,
  :db_cluster_identifier,
  :database_name,
  :schema,
  :aws_secret_store_arn)
  SENSITIVE = []
  include Aws::Structure
end