Class CfnDashboardPropsMixin.DateTimeParameterDeclarationProperty
A parameter declaration for the DateTime data type.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DateTimeParameterDeclarationProperty : CfnDashboardPropsMixin.IDateTimeParameterDeclarationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DateTimeParameterDeclarationProperty Implements CfnDashboardPropsMixin.IDateTimeParameterDeclarationProperty
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 dateTimeParameterDeclarationProperty = new DateTimeParameterDeclarationProperty {
DefaultValues = new DateTimeDefaultValuesProperty {
DynamicValue = new DynamicDefaultValueProperty {
DefaultValueColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
GroupNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
UserNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
}
},
RollingDate = new RollingDateConfigurationProperty {
DataSetIdentifier = "dataSetIdentifier",
Expression = "expression"
},
StaticValues = new [] { "staticValues" }
},
MappedDataSetParameters = new [] { new MappedDataSetParameterProperty {
DataSetIdentifier = "dataSetIdentifier",
DataSetParameterName = "dataSetParameterName"
} },
Name = "name",
TimeGranularity = "timeGranularity",
ValueWhenUnset = new DateTimeValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
}
};
Synopsis
Constructors
| DateTimeParameterDeclarationProperty() | A parameter declaration for the |
Properties
| DefaultValues | The default values of a parameter. |
| MappedDataSetParameters | A parameter declaration for the |
| Name | The name of the parameter that is being declared. |
| TimeGranularity | The level of time precision that is used to aggregate |
| ValueWhenUnset | The configuration that defines the default value of a |
Constructors
DateTimeParameterDeclarationProperty()
A parameter declaration for the DateTime data type.
public DateTimeParameterDeclarationProperty()
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 dateTimeParameterDeclarationProperty = new DateTimeParameterDeclarationProperty {
DefaultValues = new DateTimeDefaultValuesProperty {
DynamicValue = new DynamicDefaultValueProperty {
DefaultValueColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
GroupNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
UserNameColumn = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
}
},
RollingDate = new RollingDateConfigurationProperty {
DataSetIdentifier = "dataSetIdentifier",
Expression = "expression"
},
StaticValues = new [] { "staticValues" }
},
MappedDataSetParameters = new [] { new MappedDataSetParameterProperty {
DataSetIdentifier = "dataSetIdentifier",
DataSetParameterName = "dataSetParameterName"
} },
Name = "name",
TimeGranularity = "timeGranularity",
ValueWhenUnset = new DateTimeValueWhenUnsetConfigurationProperty {
CustomValue = "customValue",
ValueWhenUnsetOption = "valueWhenUnsetOption"
}
};
Properties
DefaultValues
The default values of a parameter.
public object? DefaultValues { get; set; }
Property Value
Remarks
If the parameter is a single-value parameter, a maximum of one default value can be provided.
Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimeDefaultValuesProperty
MappedDataSetParameters
A parameter declaration for the DateTime data type.
public object? MappedDataSetParameters { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IMappedDataSetParameterProperty)[]
Name
The name of the parameter that is being declared.
public string? Name { get; set; }
Property Value
Remarks
TimeGranularity
The level of time precision that is used to aggregate DateTime values.
public string? TimeGranularity { get; set; }
Property Value
Remarks
ValueWhenUnset
The configuration that defines the default value of a DateTime parameter when a value has not been set.
public object? ValueWhenUnset { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimeValueWhenUnsetConfigurationProperty