Class CfnDataSet.DestinationTableSourceProperty
Specifies the source of data for a destination table, including the transform operation and column mappings.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSet.DestinationTableSourceProperty : CfnDataSet.IDestinationTableSourceProperty
Syntax (vb)
Public Class CfnDataSet.DestinationTableSourceProperty Implements CfnDataSet.IDestinationTableSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var destinationTableSourceProperty = new DestinationTableSourceProperty {
TransformOperationId = "transformOperationId"
};
Synopsis
Constructors
| DestinationTableSourceProperty() | Specifies the source of data for a destination table, including the transform operation and column mappings. |
Properties
| TransformOperationId | The identifier of the transform operation that provides data to the destination table. |
Constructors
DestinationTableSourceProperty()
Specifies the source of data for a destination table, including the transform operation and column mappings.
public DestinationTableSourceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var destinationTableSourceProperty = new DestinationTableSourceProperty {
TransformOperationId = "transformOperationId"
};
Properties
TransformOperationId
The identifier of the transform operation that provides data to the destination table.
public string TransformOperationId { get; set; }