interface SharePointSourceConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.CfnDataSource.SharePointSourceConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_SharePointSourceConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrock.CfnDataSource.SharePointSourceConfigurationProperty |
![]() | aws_cdk.aws_bedrock.CfnDataSource.SharePointSourceConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrock » CfnDataSource » SharePointSourceConfigurationProperty |
The endpoint information to connect to your SharePoint data source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const sharePointSourceConfigurationProperty: bedrock.CfnDataSource.SharePointSourceConfigurationProperty = {
authType: 'authType',
credentialsSecretArn: 'credentialsSecretArn',
domain: 'domain',
hostType: 'hostType',
siteUrls: ['siteUrls'],
// the properties below are optional
tenantId: 'tenantId',
};
Properties
Name | Type | Description |
---|---|---|
auth | string | The supported authentication type to authenticate and connect to your SharePoint site/sites. |
credentials | string | The Amazon Resource Name of an AWS 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 | string | The supported host type, whether online/cloud or server/on-premises. |
site | string[] | A list of one or more SharePoint site URLs. |
tenant | string | The identifier of your Microsoft 365 tenant. |
authType
Type:
string
The supported authentication type to authenticate and connect to your SharePoint site/sites.
credentialsSecretArn
Type:
string
The Amazon Resource Name of an AWS 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 .
domain
Type:
string
The domain of your SharePoint instance or site URL/URLs.
hostType
Type:
string
The supported host type, whether online/cloud or server/on-premises.
siteUrls
Type:
string[]
A list of one or more SharePoint site URLs.
tenantId?
Type:
string
(optional)
The identifier of your Microsoft 365 tenant.