interface DestinationTableSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.DestinationTableSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_DestinationTableSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DestinationTableSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.DestinationTableSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const destinationTableSourceProperty: quicksight.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