interface ConfluenceDataSourceConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnDataSource.ConfluenceDataSourceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_ConfluenceDataSourceConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnDataSource.ConfluenceDataSourceConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnDataSource.ConfluenceDataSourceConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnDataSource » ConfluenceDataSourceConfigurationProperty |
The configuration information to connect to Confluence as your 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 confluenceDataSourceConfigurationProperty: bedrock.CfnDataSource.ConfluenceDataSourceConfigurationProperty = {
sourceConfiguration: {
authType: 'authType',
credentialsSecretArn: 'credentialsSecretArn',
hostType: 'hostType',
hostUrl: 'hostUrl',
},
// the properties below are optional
crawlerConfiguration: {
filterConfiguration: {
type: 'type',
// the properties below are optional
patternObjectFilter: {
filters: [{
objectType: 'objectType',
// the properties below are optional
exclusionFilters: ['exclusionFilters'],
inclusionFilters: ['inclusionFilters'],
}],
},
},
},
};
Properties
Name | Type | Description |
---|---|---|
source | IResolvable | Confluence | The endpoint information to connect to your Confluence data source. |
crawler | IResolvable | Confluence | The configuration of the Confluence content. |
sourceConfiguration
Type:
IResolvable
|
Confluence
The endpoint information to connect to your Confluence data source.
crawlerConfiguration?
Type:
IResolvable
|
Confluence
(optional)
The configuration of the Confluence content.
For example, configuring specific types of Confluence content.