Uses of Class
software.amazon.awscdk.services.qbusiness.CfnDataSource.Builder
Packages that use CfnDataSource.Builder
-
Uses of CfnDataSource.Builder in software.amazon.awscdk.services.qbusiness
Methods in software.amazon.awscdk.services.qbusiness that return CfnDataSource.BuilderModifier and TypeMethodDescriptionCfnDataSource.Builder.applicationId(String applicationId) The identifier of the Amazon Q Business application the data source will be attached to.CfnDataSource.Builder.configuration(Object configuration) Use this property to specify a JSON or YAML schema with configuration properties specific to your data source connector to connect your data source repository to Amazon Q Business .static CfnDataSource.BuilderCfnDataSource.Builder.description(String description) A description for the data source connector.CfnDataSource.Builder.displayName(String displayName) The name of the Amazon Q Business data source.CfnDataSource.Builder.documentEnrichmentConfiguration(IResolvable documentEnrichmentConfiguration) Provides the configuration information for altering document metadata and content during the document ingestion process.CfnDataSource.Builder.documentEnrichmentConfiguration(CfnDataSource.DocumentEnrichmentConfigurationProperty documentEnrichmentConfiguration) Provides the configuration information for altering document metadata and content during the document ingestion process.The identifier of the index the data source is attached to.The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.CfnDataSource.Builder.syncSchedule(String syncSchedule) Sets the frequency for Amazon Q Business to check the documents in your data source repository and update your index.A list of key-value pairs that identify or categorize the data source connector.CfnDataSource.Builder.vpcConfiguration(IResolvable vpcConfiguration) Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source.CfnDataSource.Builder.vpcConfiguration(CfnDataSource.DataSourceVpcConfigurationProperty vpcConfiguration) Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source.