Show / Hide Table of Contents

Class CfnDataSet.StringDatasetParameterDefaultValuesProperty

A list of default values for a given string dataset parameter type.

Inheritance
object
CfnDataSet.StringDatasetParameterDefaultValuesProperty
Implements
CfnDataSet.IStringDatasetParameterDefaultValuesProperty
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 CfnDataSet.StringDatasetParameterDefaultValuesProperty : CfnDataSet.IStringDatasetParameterDefaultValuesProperty
Syntax (vb)
Public Class CfnDataSet.StringDatasetParameterDefaultValuesProperty Implements CfnDataSet.IStringDatasetParameterDefaultValuesProperty
Remarks

This structure only accepts static values.

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

Synopsis

Constructors

StringDatasetParameterDefaultValuesProperty()

A list of default values for a given string dataset parameter type.

Properties

StaticValues

A list of static default values for a given string parameter.

Constructors

StringDatasetParameterDefaultValuesProperty()

A list of default values for a given string dataset parameter type.

public StringDatasetParameterDefaultValuesProperty()
Remarks

This structure only accepts static values.

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

Properties

StaticValues

A list of static default values for a given string parameter.

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

string[]

Remarks

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

Implements

CfnDataSet.IStringDatasetParameterDefaultValuesProperty
Back to top Generated by DocFX