interface DataSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.DataSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#DataSourceReference |
![]() | software.amazon.awscdk.services.appsync.DataSourceReference |
![]() | aws_cdk.aws_appsync.DataSourceReference |
![]() | aws-cdk-lib » aws_appsync » 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_appsync as appsync } from 'aws-cdk-lib';
const dataSourceReference: appsync.DataSourceReference = {
dataSourceArn: 'dataSourceArn',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The DataSourceArn of the DataSource resource. |
dataSourceArn
Type:
string
The DataSourceArn of the DataSource resource.