Class CfnAnalysis.RollingDateConfigurationProperty
The rolling date configuration of a date time filter.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.RollingDateConfigurationProperty : CfnAnalysis.IRollingDateConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.RollingDateConfigurationProperty Implements CfnAnalysis.IRollingDateConfigurationProperty
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 rollingDateConfigurationProperty = new RollingDateConfigurationProperty {
Expression = "expression",
// the properties below are optional
DataSetIdentifier = "dataSetIdentifier"
};
Synopsis
Constructors
RollingDateConfigurationProperty() | The rolling date configuration of a date time filter. |
Properties
DataSetIdentifier | The data set that is used in the rolling date configuration. |
Expression | The expression of the rolling date configuration. |
Constructors
RollingDateConfigurationProperty()
The rolling date configuration of a date time filter.
public RollingDateConfigurationProperty()
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 rollingDateConfigurationProperty = new RollingDateConfigurationProperty {
Expression = "expression",
// the properties below are optional
DataSetIdentifier = "dataSetIdentifier"
};
Properties
DataSetIdentifier
The data set that is used in the rolling date configuration.
public string? DataSetIdentifier { get; set; }
Property Value
Remarks
Expression
The expression of the rolling date configuration.
public string Expression { get; set; }