Class: Aws::BedrockAgent::Types::SalesforceSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::SalesforceSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The endpoint information to connect to your Salesforce data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auth_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The supported authentication type to authenticate and connect to your Salesforce instance.
 - 
  
    
      #credentials_secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL.
 - 
  
    
      #host_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Salesforce host URL or instance URL.
 
Instance Attribute Details
#auth_type ⇒ String
The supported authentication type to authenticate and connect to your Salesforce instance.
      6596 6597 6598 6599 6600 6601 6602  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6596 class SalesforceSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :host_url) SENSITIVE = [] include Aws::Structure end  | 
  
#credentials_secret_arn ⇒ String
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your Salesforce instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see [Salesforce connection configuration].
      6596 6597 6598 6599 6600 6601 6602  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6596 class SalesforceSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :host_url) SENSITIVE = [] include Aws::Structure end  | 
  
#host_url ⇒ String
The Salesforce host URL or instance URL.
      6596 6597 6598 6599 6600 6601 6602  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6596 class SalesforceSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :host_url) SENSITIVE = [] include Aws::Structure end  |