Interface CfnDashboardPropsMixin.IMappedDataSetParameterProperty
A dataset parameter that is mapped to an analysis parameter.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IMappedDataSetParameterProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IMappedDataSetParameterProperty
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 mappedDataSetParameterProperty = new MappedDataSetParameterProperty {
DataSetIdentifier = "dataSetIdentifier",
DataSetParameterName = "dataSetParameterName"
};
Synopsis
Properties
| DataSetIdentifier | A unique name that identifies a dataset within the analysis or dashboard. |
| DataSetParameterName | The name of the dataset parameter. |
Properties
DataSetIdentifier
A unique name that identifies a dataset within the analysis or dashboard.
string? DataSetIdentifier { get; }
Property Value
Remarks
DataSetParameterName
The name of the dataset parameter.
string? DataSetParameterName { get; }