Class: Aws::BedrockAgent::Types::SharePointSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::SharePointSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #auth_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The supported authentication type to authenticate and connect to your SharePoint site/sites.
 - 
  
    
      #credentials_secret_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name of an Secrets Manager secret that stores your authentication credentials for your SharePoint site/sites.
 - 
  
    
      #domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The domain of your SharePoint instance or site URL/URLs.
 - 
  
    
      #host_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The supported host type, whether online/cloud or server/on-premises.
 - 
  
    
      #site_urls  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of one or more SharePoint site URLs.
 - 
  
    
      #tenant_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of your Microsoft 365 tenant.
 
Instance Attribute Details
#auth_type ⇒ String
The supported authentication type to authenticate and connect to your SharePoint site/sites.
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) 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 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].
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) SENSITIVE = [] include Aws::Structure end  | 
  
#domain ⇒ String
The domain of your SharePoint instance or site URL/URLs.
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) SENSITIVE = [] include Aws::Structure end  | 
  
#host_type ⇒ String
The supported host type, whether online/cloud or server/on-premises.
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) SENSITIVE = [] include Aws::Structure end  | 
  
#site_urls ⇒ Array<String>
A list of one or more SharePoint site URLs.
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tenant_id ⇒ String
The identifier of your Microsoft 365 tenant.
      6766 6767 6768 6769 6770 6771 6772 6773 6774 6775  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6766 class SharePointSourceConfiguration < Struct.new( :auth_type, :credentials_secret_arn, :domain, :host_type, :site_urls, :tenant_id) SENSITIVE = [] include Aws::Structure end  |