Interface CfnDataSetPropsMixin.INewDefaultValuesProperty
The new default values for the parameter.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.INewDefaultValuesProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.INewDefaultValuesProperty
Remarks
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.CfnPropertyMixins.AWS.QuickSight;
var newDefaultValuesProperty = new NewDefaultValuesProperty {
DateTimeStaticValues = new [] { "dateTimeStaticValues" },
DecimalStaticValues = new [] { 123 },
IntegerStaticValues = new [] { 123 },
StringStaticValues = new [] { "stringStaticValues" }
};
Synopsis
Properties
| DateTimeStaticValues | A list of static default values for a given date time parameter. |
| DecimalStaticValues | A list of static default values for a given decimal parameter. |
| IntegerStaticValues | A list of static default values for a given integer parameter. |
| StringStaticValues | A list of static default values for a given string parameter. |
Properties
DateTimeStaticValues
A list of static default values for a given date time parameter.
string[]? DateTimeStaticValues { get; }
Property Value
string[]
Remarks
The valid format for this property is yyyy-MM-dd’T’HH:mm:ss’Z’ .
DecimalStaticValues
A list of static default values for a given decimal parameter.
object? DecimalStaticValues { get; }
Property Value
Remarks
IntegerStaticValues
A list of static default values for a given integer parameter.
object? IntegerStaticValues { get; }
Property Value
Remarks
StringStaticValues
A list of static default values for a given string parameter.
string[]? StringStaticValues { get; }
Property Value
string[]