Show / Hide Table of Contents

Class CfnDataSetPropsMixin.DataSetDateFilterValueProperty

Represents a date value used in filter conditions.

Inheritance
object
CfnDataSetPropsMixin.DataSetDateFilterValueProperty
Implements
CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.DataSetDateFilterValueProperty : CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.DataSetDateFilterValueProperty Implements CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatefiltervalue.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dataSetDateFilterValueProperty = new DataSetDateFilterValueProperty {
                 StaticValue = "staticValue"
             };

Synopsis

Constructors

DataSetDateFilterValueProperty()

Represents a date value used in filter conditions.

Properties

StaticValue

A static date value used for filtering.

Constructors

DataSetDateFilterValueProperty()

Represents a date value used in filter conditions.

public DataSetDateFilterValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatefiltervalue.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var dataSetDateFilterValueProperty = new DataSetDateFilterValueProperty {
                 StaticValue = "staticValue"
             };

Properties

StaticValue

A static date value used for filtering.

public string? StaticValue { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetdatefiltervalue.html#cfn-quicksight-dataset-datasetdatefiltervalue-staticvalue

Implements

CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Back to top Generated by DocFX