Class: Aws::AppSync::Types::RdsHttpEndpointConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::RdsHttpEndpointConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #aws_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Web Services Region for Amazon RDS HTTP endpoint.
 - 
  
    
      #aws_secret_store_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
 - 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Logical database name.
 - 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon RDS cluster Amazon Resource Name (ARN).
 - 
  
    
      #schema  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Logical schema name.
 
Instance Attribute Details
#aws_region ⇒ String
Amazon Web Services Region for Amazon RDS HTTP endpoint.
      4352 4353 4354 4355 4356 4357 4358 4359 4360  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4352 class RdsHttpEndpointConfig < Struct.new( :aws_region, :db_cluster_identifier, :database_name, :schema, :aws_secret_store_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#aws_secret_store_arn ⇒ String
Amazon Web Services secret store Amazon Resource Name (ARN) for database credentials.
      4352 4353 4354 4355 4356 4357 4358 4359 4360  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4352 class RdsHttpEndpointConfig < Struct.new( :aws_region, :db_cluster_identifier, :database_name, :schema, :aws_secret_store_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#database_name ⇒ String
Logical database name.
      4352 4353 4354 4355 4356 4357 4358 4359 4360  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4352 class RdsHttpEndpointConfig < Struct.new( :aws_region, :db_cluster_identifier, :database_name, :schema, :aws_secret_store_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#db_cluster_identifier ⇒ String
Amazon RDS cluster Amazon Resource Name (ARN).
      4352 4353 4354 4355 4356 4357 4358 4359 4360  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4352 class RdsHttpEndpointConfig < Struct.new( :aws_region, :db_cluster_identifier, :database_name, :schema, :aws_secret_store_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#schema ⇒ String
Logical schema name.
      4352 4353 4354 4355 4356 4357 4358 4359 4360  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 4352 class RdsHttpEndpointConfig < Struct.new( :aws_region, :db_cluster_identifier, :database_name, :schema, :aws_secret_store_arn) SENSITIVE = [] include Aws::Structure end  |