Show / Hide Table of Contents

Class CfnDataSetPropsMixin.DataSetStringListFilterValueProperty

Represents a list of string values used in filter conditions.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringlistfiltervalue.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 dataSetStringListFilterValueProperty = new DataSetStringListFilterValueProperty {
                 StaticValues = new [] { "staticValues" }
             };

Synopsis

Constructors

DataSetStringListFilterValueProperty()

Represents a list of string values used in filter conditions.

Properties

StaticValues

A list of static string values used for filtering.

Constructors

DataSetStringListFilterValueProperty()

Represents a list of string values used in filter conditions.

public DataSetStringListFilterValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetstringlistfiltervalue.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 dataSetStringListFilterValueProperty = new DataSetStringListFilterValueProperty {
                 StaticValues = new [] { "staticValues" }
             };

Properties

StaticValues

A list of static string values used for filtering.

public string[]? StaticValues { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnDataSetPropsMixin.IDataSetStringListFilterValueProperty
Back to top Generated by DocFX