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