Class CfnDataSourcePropsMixin.SharePointDataSourceConfigurationProperty
The configuration information to connect to SharePoint as your data source.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.SharePointDataSourceConfigurationProperty : CfnDataSourcePropsMixin.ISharePointDataSourceConfigurationProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.SharePointDataSourceConfigurationProperty Implements CfnDataSourcePropsMixin.ISharePointDataSourceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var sharePointDataSourceConfigurationProperty = new SharePointDataSourceConfigurationProperty {
CrawlerConfiguration = new SharePointCrawlerConfigurationProperty {
FilterConfiguration = new CrawlFilterConfigurationProperty {
PatternObjectFilter = new PatternObjectFilterConfigurationProperty {
Filters = new [] { new PatternObjectFilterProperty {
ExclusionFilters = new [] { "exclusionFilters" },
InclusionFilters = new [] { "inclusionFilters" },
ObjectType = "objectType"
} }
},
Type = "type"
}
},
SourceConfiguration = new SharePointSourceConfigurationProperty {
AuthType = "authType",
CredentialsSecretArn = "credentialsSecretArn",
Domain = "domain",
HostType = "hostType",
SiteUrls = new [] { "siteUrls" },
TenantId = "tenantId"
}
};
Synopsis
Constructors
| SharePointDataSourceConfigurationProperty() | The configuration information to connect to SharePoint as your data source. |
Properties
| CrawlerConfiguration | The configuration of the SharePoint content. |
| SourceConfiguration | The endpoint information to connect to your SharePoint data source. |
Constructors
SharePointDataSourceConfigurationProperty()
The configuration information to connect to SharePoint as your data source.
public SharePointDataSourceConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var sharePointDataSourceConfigurationProperty = new SharePointDataSourceConfigurationProperty {
CrawlerConfiguration = new SharePointCrawlerConfigurationProperty {
FilterConfiguration = new CrawlFilterConfigurationProperty {
PatternObjectFilter = new PatternObjectFilterConfigurationProperty {
Filters = new [] { new PatternObjectFilterProperty {
ExclusionFilters = new [] { "exclusionFilters" },
InclusionFilters = new [] { "inclusionFilters" },
ObjectType = "objectType"
} }
},
Type = "type"
}
},
SourceConfiguration = new SharePointSourceConfigurationProperty {
AuthType = "authType",
CredentialsSecretArn = "credentialsSecretArn",
Domain = "domain",
HostType = "hostType",
SiteUrls = new [] { "siteUrls" },
TenantId = "tenantId"
}
};
Properties
CrawlerConfiguration
The configuration of the SharePoint content.
public object? CrawlerConfiguration { get; set; }
Property Value
Remarks
For example, configuring specific types of SharePoint content.
Type union: either IResolvable or CfnDataSourcePropsMixin.ISharePointCrawlerConfigurationProperty
SourceConfiguration
The endpoint information to connect to your SharePoint data source.
public object? SourceConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataSourcePropsMixin.ISharePointSourceConfigurationProperty