interface DestinationTableSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.DestinationTableSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_DestinationTableSourceProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.DestinationTableSourceProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.DestinationTableSourceProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDataSet » DestinationTableSourceProperty |
Specifies the source of data for a destination table, including the transform operation and column mappings.
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 destinationTableSourceProperty: quicksight.CfnDataSet.DestinationTableSourceProperty = {
transformOperationId: 'transformOperationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| transform | string | The identifier of the transform operation that provides data to the destination table. |
transformOperationId
Type:
string
The identifier of the transform operation that provides data to the destination table.

.NET
Go
Java
Python
TypeScript