interface DataSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.DataSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#DataSourceReference |
![]() | software.amazon.awscdk.services.qbusiness.DataSourceReference |
![]() | aws_cdk.aws_qbusiness.DataSourceReference |
![]() | aws-cdk-lib » aws_qbusiness » 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_qbusiness as qbusiness } from 'aws-cdk-lib';
const dataSourceReference: qbusiness.DataSourceReference = {
applicationId: 'applicationId',
dataSourceArn: 'dataSourceArn',
dataSourceId: 'dataSourceId',
indexId: 'indexId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The ApplicationId of the DataSource resource. |
data | string | The ARN of the DataSource resource. |
data | string | The DataSourceId of the DataSource resource. |
index | string | The IndexId of the DataSource resource. |
applicationId
Type:
string
The ApplicationId of the DataSource resource.
dataSourceArn
Type:
string
The ARN of the DataSource resource.
dataSourceId
Type:
string
The DataSourceId of the DataSource resource.
indexId
Type:
string
The IndexId of the DataSource resource.