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
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
Remarks
InputColumns
The list of input columns available from the parent dataset.
object? InputColumns { get; }