Interface CfnDashboard.IDateTimeValueWhenUnsetConfigurationProperty
The configuration that defines the default value of a DateTime
parameter when a value has not been set.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDateTimeValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Interface IDateTimeValueWhenUnsetConfigurationProperty
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.AWS.QuickSight;
var dateTimeValueWhenUnsetConfigurationProperty = new DateTimeValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
};
Synopsis
Properties
Custom |
A custom value that's used when the value of a parameter isn't set. |
Value |
The built-in options for default values. The value can be one of the following:. |
Properties
CustomValue
A custom value that's used when the value of a parameter isn't set.
virtual string CustomValue { get; }
Property Value
System.
Remarks
ValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:.
virtual string ValueWhenUnsetOption { get; }
Property Value
System.