Show / Hide Table of Contents

Interface CfnAnalysis.IMappedDataSetParameterProperty

A dataset parameter that is mapped to an analysis parameter.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IMappedDataSetParameterProperty
Syntax (vb)
Public Interface CfnAnalysis.IMappedDataSetParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.AWS.QuickSight;

             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-analysis-mappeddatasetparameter.html#cfn-quicksight-analysis-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-analysis-mappeddatasetparameter.html#cfn-quicksight-analysis-mappeddatasetparameter-datasetparametername

Back to top Generated by DocFX