interface DestinationTableSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDataSetPropsMixin.DestinationTableSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDataSetPropsMixin_DestinationTableSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSetPropsMixin.DestinationTableSourceProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDataSetPropsMixin.DestinationTableSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDataSetPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const destinationTableSourceProperty: quicksight_mixins.CfnDataSetPropsMixin.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
(optional)
The identifier of the transform operation that provides data to the destination table.

.NET
Go
Java
Python
TypeScript