Show / Hide Table of Contents

Class CfnDataSetPropsMixin.DataSetStringFilterValueProperty

Represents a string value used in filter conditions.

Inheritance
object
CfnDataSetPropsMixin.DataSetStringFilterValueProperty
Implements
CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
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.DataSetStringFilterValueProperty : CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.DataSetStringFilterValueProperty Implements CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringfiltervalue.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 dataSetStringFilterValueProperty = new DataSetStringFilterValueProperty {
                 StaticValue = "staticValue"
             };

Synopsis

Constructors

DataSetStringFilterValueProperty()

Represents a string value used in filter conditions.

Properties

StaticValue

A static string value used for filtering.

Constructors

DataSetStringFilterValueProperty()

Represents a string value used in filter conditions.

public DataSetStringFilterValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringfiltervalue.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 dataSetStringFilterValueProperty = new DataSetStringFilterValueProperty {
                 StaticValue = "staticValue"
             };

Properties

StaticValue

A static string 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-datasetstringfiltervalue.html#cfn-quicksight-dataset-datasetstringfiltervalue-staticvalue

Implements

CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
Back to top Generated by DocFX