interface DataSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.DataSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#DataSourceReference |
![]() | software.amazon.awscdk.services.quicksight.DataSourceReference |
![]() | aws_cdk.aws_quicksight.DataSourceReference |
![]() | aws-cdk-lib » aws_quicksight » 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_quicksight as quicksight } from 'aws-cdk-lib';
const dataSourceReference: quicksight.DataSourceReference = {
awsAccountId: 'awsAccountId',
dataSourceArn: 'dataSourceArn',
dataSourceId: 'dataSourceId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the DataSource resource. |
data | string | The ARN of the DataSource resource. |
data | string | The DataSourceId of the DataSource resource. |
awsAccountId
Type:
string
The AwsAccountId of the DataSource resource.
dataSourceArn
Type:
string
The ARN of the DataSource resource.
dataSourceId
Type:
string
The DataSourceId of the DataSource resource.