Class: Aws::BedrockAgent::Types::SharePointSourceConfiguration

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 SharePoint 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 SharePoint site/sites.

Returns:

  • (String)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  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 SharePoint connection configuration.

Returns:

  • (String)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain of your SharePoint instance or site URL/URLs.

Returns:

  • (String)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#host_typeString

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

Returns:

  • (String)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#site_urlsArray<String>

A list of one or more SharePoint site URLs.

Returns:

  • (Array<String>)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The identifier of your Microsoft 365 tenant.

Returns:

  • (String)


6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6747

class SharePointSourceConfiguration < Struct.new(
  :auth_type,
  :credentials_secret_arn,
  :domain,
  :host_type,
  :site_urls,
  :tenant_id)
  SENSITIVE = []
  include Aws::Structure
end