Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-mappeddatasetparameter.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 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-mappeddatasetparameter.html#cfn-quicksight-dashboard-mappeddatasetparameter-datasetidentifier

DataSetParameterName

The name of the dataset parameter.

string? DataSetParameterName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-mappeddatasetparameter.html#cfn-quicksight-dashboard-mappeddatasetparameter-datasetparametername

Back to top Generated by DocFX