Class: Aws::BedrockAgent::Types::ConfluenceSourceConfiguration

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

Overview

The endpoint information to connect to your Confluence 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 Confluence instance.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1172

class ConfluenceSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :host_type,
  :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 Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1172

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

#host_typeString

The supported host type, whether online/cloud or server/on-premises.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1172

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

#host_urlString

The Confluence host URL or instance URL.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1172

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