DataSource

class DataSource : KotlinCustomResource

Definition of AWS::QBusiness::DataSource Resource Type

Properties

Link copied to clipboard
val applicationId: Output<String>

The identifier of the Amazon Q Business application the data source will be attached to.

Link copied to clipboard
val configuration: Output<Any>

Use this property to specify a JSON or YAML schema with configuration information specific to your data source connector to connect your data source repository to Amazon Q Business . You must use the JSON or YAML schema provided by Amazon Q . You can find configuration templates for your specific data source using the following steps:

Link copied to clipboard
val createdAt: Output<String>

The Unix timestamp when the Amazon Q Business data source was created.

Link copied to clipboard
val dataSourceArn: Output<String>

The Amazon Resource Name (ARN) of a data source in an Amazon Q Business application.

Link copied to clipboard
val dataSourceId: Output<String>

The identifier of the Amazon Q Business data source.

Link copied to clipboard
val description: Output<String>?

A description for the data source connector.

Link copied to clipboard
val displayName: Output<String>

The name of the Amazon Q Business data source.

Link copied to clipboard

Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see Custom document enrichment .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indexId: Output<String>

The identifier of the index the data source is attached to.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.

Link copied to clipboard

The status of the Amazon Q Business data source.

Link copied to clipboard
val syncSchedule: Output<String>?

Sets the frequency for Amazon Q Business to check the documents in your data source repository and update your index. If you don't set a schedule, Amazon Q Business won't periodically update the index. Specify a cron- format schedule string or an empty string to indicate that the index is updated on demand. You can't specify the Schedule parameter when the Type parameter is set to CUSTOM . If you do, you receive a ValidationException exception.

Link copied to clipboard
val tags: Output<List<Tag>>?

A list of key-value pairs that identify or categorize the data source connector. You can also use tags to help control access to the data source connector. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Link copied to clipboard
val type: Output<String>

The type of the Amazon Q Business data source.

Link copied to clipboard
val updatedAt: Output<String>

The Unix timestamp when the Amazon Q Business data source was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Configuration information for an Amazon VPC (Virtual Private Cloud) to connect to your data source. For more information, see Using Amazon VPC with Amazon Q Business connectors .