Show / Hide Table of Contents

Class CfnDashboardPropsMixin.IntegerParameterProperty

An integer parameter.

Inheritance
object
CfnDashboardPropsMixin.IntegerParameterProperty
Implements
CfnDashboardPropsMixin.IIntegerParameterProperty
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 CfnDashboardPropsMixin.IntegerParameterProperty : CfnDashboardPropsMixin.IIntegerParameterProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.IntegerParameterProperty Implements CfnDashboardPropsMixin.IIntegerParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-integerparameter.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 integerParameterProperty = new IntegerParameterProperty {
                 Name = "name",
                 Values = new [] { 123 }
             };

Synopsis

Constructors

IntegerParameterProperty()

An integer parameter.

Properties

Name

The name of the integer parameter.

Values

The values for the integer parameter.

Constructors

IntegerParameterProperty()

An integer parameter.

public IntegerParameterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-integerparameter.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 integerParameterProperty = new IntegerParameterProperty {
                 Name = "name",
                 Values = new [] { 123 }
             };

Properties

Name

The name of the integer parameter.

public string? Name { get; set; }
Property Value

string

Remarks

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

Values

The values for the integer parameter.

public object? Values { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-integerparameter.html#cfn-quicksight-dashboard-integerparameter-values

Type union: either (double)[] or IResolvable

Implements

CfnDashboardPropsMixin.IIntegerParameterProperty
Back to top Generated by DocFX