Interface CfnAnalysis.IRollingDateConfigurationProperty
The rolling date configuration of a date time filter.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRollingDateConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
DataSetIdentifier | The data set that is used in the rolling date configuration. |
Expression | The expression of the rolling date configuration. |
Properties
DataSetIdentifier
The data set that is used in the rolling date configuration.
virtual string DataSetIdentifier { get; }
Property Value
System.String
Remarks
Expression
The expression of the rolling date configuration.
string Expression { get; }
Property Value
System.String