Show / Hide Table of Contents

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 CfnAnalysis.IRollingDateConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.IRollingDateConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html

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.

string? DataSetIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html#cfn-quicksight-analysis-rollingdateconfiguration-datasetidentifier

Expression

The expression of the rolling date configuration.

string Expression { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rollingdateconfiguration.html#cfn-quicksight-analysis-rollingdateconfiguration-expression

Back to top Generated by DocFX