Show / Hide Table of Contents

Class CfnAnalysis.RollingDateConfigurationProperty

The rolling date configuration of a date time filter.

Inheritance
object
CfnAnalysis.RollingDateConfigurationProperty
Implements
CfnAnalysis.IRollingDateConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

DataSetIdentifier

The data set that is used in the rolling date configuration.

public string? DataSetIdentifier { get; set; }
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.

public string Expression { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysis.IRollingDateConfigurationProperty
Back to top Generated by DocFX