Interface CfnDashboardPropsMixin.MappedDataSetParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.MappedDataSetParameterProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.MappedDataSetParameterProperty
extends software.amazon.jsii.JsiiSerializable
A dataset parameter that is mapped to an analysis parameter.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
MappedDataSetParameterProperty mappedDataSetParameterProperty = MappedDataSetParameterProperty.builder()
.dataSetIdentifier("dataSetIdentifier")
.dataSetParameterName("dataSetParameterName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.MappedDataSetParameterPropertystatic final classAn implementation forCfnDashboardPropsMixin.MappedDataSetParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetIdentifier
A unique name that identifies a dataset within the analysis or dashboard.- See Also:
-
getDataSetParameterName
The name of the dataset parameter.- See Also:
-
builder
-