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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.DestinationTableSourcePropertystatic final classAn implementation forCfnDataSet.DestinationTableSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The identifier of the transform operation that provides data to the destination table.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTransformOperationId
The identifier of the transform operation that provides data to the destination table.- See Also:
-
builder
-