interface DataSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Kendra.DataSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskendra#DataSourceReference |
![]() | software.amazon.awscdk.services.kendra.DataSourceReference |
![]() | aws_cdk.aws_kendra.DataSourceReference |
![]() | aws-cdk-lib » aws_kendra » DataSourceReference |
A reference to a DataSource resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendra as kendra } from 'aws-cdk-lib';
const dataSourceReference: kendra.DataSourceReference = {
dataSourceArn: 'dataSourceArn',
dataSourceId: 'dataSourceId',
indexId: 'indexId',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The ARN of the DataSource resource. |
data | string | The Id of the DataSource resource. |
index | string | The IndexId of the DataSource resource. |
dataSourceArn
Type:
string
The ARN of the DataSource resource.
dataSourceId
Type:
string
The Id of the DataSource resource.
indexId
Type:
string
The IndexId of the DataSource resource.