Show / Hide Table of Contents

Class CfnDataSet.DestinationTableSourceProperty

Specifies the source of data for a destination table, including the transform operation and column mappings.

Inheritance
object
CfnDataSet.DestinationTableSourceProperty
Implements
CfnDataSet.IDestinationTableSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtablesource.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtablesource.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-destinationtablesource.html#cfn-quicksight-dataset-destinationtablesource-transformoperationid

Implements

CfnDataSet.IDestinationTableSourceProperty
Back to top Generated by DocFX