Show / Hide Table of Contents

Interface CfnDataSetPropsMixin.IDataSetDateFilterValueProperty

Represents a date value used in filter conditions.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.QuickSight;

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

Synopsis

Properties

StaticValue

A static date value used for filtering.

Properties

StaticValue

A static date value used for filtering.

string? StaticValue { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX