Show / Hide Table of Contents

Interface CfnDataSetPropsMixin.IParentDataSetProperty

References a parent dataset that serves as a data source, including its columns and metadata.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IParentDataSetProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IParentDataSetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-parentdataset.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var parentDataSetProperty = new ParentDataSetProperty {
                 DataSetArn = "dataSetArn",
                 InputColumns = new [] { new InputColumnProperty {
                     Id = "id",
                     Name = "name",
                     SubType = "subType",
                     Type = "type"
                 } }
             };

Synopsis

Properties

DataSetArn

The Amazon Resource Name (ARN) of the parent dataset.

InputColumns

The list of input columns available from the parent dataset.

Properties

DataSetArn

The Amazon Resource Name (ARN) of the parent dataset.

string? DataSetArn { get; }
Property Value

string

Remarks

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

InputColumns

The list of input columns available from the parent dataset.

object? InputColumns { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDataSetPropsMixin.IInputColumnProperty)[]

Back to top Generated by DocFX