interface DateTimeDatasetParameterDefaultValuesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSetPropsMixin.DateTimeDatasetParameterDefaultValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSetPropsMixin_DateTimeDatasetParameterDefaultValuesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DateTimeDatasetParameterDefaultValuesProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSetPropsMixin.DateTimeDatasetParameterDefaultValuesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSetPropsMixin » DateTimeDatasetParameterDefaultValuesProperty |
<p>The default values of a date time parameter.
.Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const dateTimeDatasetParameterDefaultValuesProperty: quicksight.CfnDataSetPropsMixin.DateTimeDatasetParameterDefaultValuesProperty = {
staticValues: ['staticValues'],
};
Properties
| Name | Type | Description |
|---|---|---|
| static | string[] | A list of static default values for a given date time parameter. |
staticValues?
Type:
string[]
(optional)
A list of static default values for a given date time parameter.
The valid format for this property is yyyy-MM-dd’T’HH:mm:ss’Z’ .

.NET
Go
Java
Python
TypeScript