Class CfnDataSet.StringDatasetParameterDefaultValuesProperty
A list of default values for a given string dataset parameter type.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StringDatasetParameterDefaultValuesProperty : Object, CfnDataSet.IStringDatasetParameterDefaultValuesProperty
Syntax (vb)
Public Class StringDatasetParameterDefaultValuesProperty
Inherits Object
Implements CfnDataSet.IStringDatasetParameterDefaultValuesProperty
Remarks
This structure only accepts static values.
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
Constructors
String |
Properties
Static |
A list of static default values for a given string parameter. |
Constructors
StringDatasetParameterDefaultValuesProperty()
public StringDatasetParameterDefaultValuesProperty()
Properties
StaticValues
A list of static default values for a given string parameter.
public string[] StaticValues { get; set; }
Property Value
System.