Show / Hide Table of Contents

Interface CfnDataSetPropsMixin.IStringDatasetParameterProperty

A string parameter that is created in the dataset.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IStringDatasetParameterProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IStringDatasetParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-stringdatasetparameter.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 stringDatasetParameterProperty = new StringDatasetParameterProperty {
                 DefaultValues = new StringDatasetParameterDefaultValuesProperty {
                     StaticValues = new [] { "staticValues" }
                 },
                 Id = "id",
                 Name = "name",
                 ValueType = "valueType"
             };

Synopsis

Properties

DefaultValues

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

Id

An identifier for the string parameter that is created in the dataset.

Name

The name of the string parameter that is created in the dataset.

ValueType

The value type of the dataset parameter.

Properties

DefaultValues

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

object? DefaultValues { get; }
Property Value

object

Remarks

This structure only accepts static values.

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

Type union: either IResolvable or CfnDataSetPropsMixin.IStringDatasetParameterDefaultValuesProperty

Id

An identifier for the string parameter that is created in the dataset.

string? Id { get; }
Property Value

string

Remarks

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

Name

The name of the string parameter that is created in the dataset.

string? Name { get; }
Property Value

string

Remarks

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

ValueType

The value type of the dataset parameter.

string? ValueType { get; }
Property Value

string

Remarks

Valid values are single value or multi value .

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

Back to top Generated by DocFX