Class: Aws::BedrockAgent::Types::SalesforceSourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auth_typeString

The supported authentication type to authenticate and connect to your Salesforce instance.

Returns:

  • (String)


6514
6515
6516
6517
6518
6519
6520
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6514

class SalesforceSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :host_url)
  SENSITIVE = []
  include Aws::Structure
end

#credentials_secret_arnString

The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see [Salesforce connection configuration].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/salesforce-data-source-connector.html#configuration-salesforce-connector

Returns:

  • (String)


6514
6515
6516
6517
6518
6519
6520
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6514

class SalesforceSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :host_url)
  SENSITIVE = []
  include Aws::Structure
end

#host_urlString

The Salesforce host URL or instance URL.

Returns:

  • (String)


6514
6515
6516
6517
6518
6519
6520
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6514

class SalesforceSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :host_url)
  SENSITIVE = []
  include Aws::Structure
end