Show / Hide Table of Contents

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 CfnDashboard.IDateTimeValueWhenUnsetConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IDateTimeValueWhenUnsetConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimevaluewhenunsetconfiguration.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 dateTimeValueWhenUnsetConfigurationProperty = new DateTimeValueWhenUnsetConfigurationProperty {
                 CustomValue = "customValue",
                 ValueWhenUnsetOption = "valueWhenUnsetOption"
             };

Synopsis

Properties

CustomValue

A custom value that's used when the value of a parameter isn't set.

ValueWhenUnsetOption

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.

string? CustomValue { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimevaluewhenunsetconfiguration.html#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-customvalue

ValueWhenUnsetOption

The built-in options for default values. The value can be one of the following:.

string? ValueWhenUnsetOption { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datetimevaluewhenunsetconfiguration.html#cfn-quicksight-dashboard-datetimevaluewhenunsetconfiguration-valuewhenunsetoption

    Back to top Generated by DocFX