Interface CfnDataSet.DestinationTableSourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSet.DestinationTableSourceProperty.Jsii$Proxy
Enclosing class:
CfnDataSet

@Stability(Stable) public static interface CfnDataSet.DestinationTableSourceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
 DestinationTableSourceProperty destinationTableSourceProperty = DestinationTableSourceProperty.builder()
         .transformOperationId("transformOperationId")
         .build();
 

See Also: