Interface CfnDataSet.DateTimeDatasetParameterDefaultValuesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSet.DateTimeDatasetParameterDefaultValuesProperty.Jsii$Proxy
Enclosing class:
CfnDataSet

@Stability(Stable) public static interface CfnDataSet.DateTimeDatasetParameterDefaultValuesProperty extends software.amazon.jsii.JsiiSerializable

List of default values defined for a given string date time parameter type.

Currently only static values are supported.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 DateTimeDatasetParameterDefaultValuesProperty dateTimeDatasetParameterDefaultValuesProperty = DateTimeDatasetParameterDefaultValuesProperty.builder()
         .staticValues(List.of("staticValues"))
         .build();
 

See Also: