Show / Hide Table of Contents

Interface CfnDataSet.IStringDatasetParameterDefaultValuesProperty

A list of default values for a given string dataset parameter type.

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

This structure only accepts static values.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-stringdatasetparameterdefaultvalues.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 stringDatasetParameterDefaultValuesProperty = new StringDatasetParameterDefaultValuesProperty {
                 StaticValues = new [] { "staticValues" }
             };

Synopsis

Properties

StaticValues

A list of static default values for a given string parameter.

Properties

StaticValues

A list of static default values for a given string parameter.

string[]? StaticValues { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-stringdatasetparameterdefaultvalues.html#cfn-quicksight-dataset-stringdatasetparameterdefaultvalues-staticvalues

Back to top Generated by DocFX