Show / Hide Table of Contents

Class CfnDashboard.ParameterSliderControlProperty

A control to display a horizontal toggle bar.

Inheritance
object
CfnDashboard.ParameterSliderControlProperty
Implements
CfnDashboard.IParameterSliderControlProperty
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 CfnDashboard.ParameterSliderControlProperty : CfnDashboard.IParameterSliderControlProperty
Syntax (vb)
Public Class CfnDashboard.ParameterSliderControlProperty Implements CfnDashboard.IParameterSliderControlProperty
Remarks

This is used to change a value by sliding the toggle.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameterslidercontrol.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 parameterSliderControlProperty = new ParameterSliderControlProperty {
                 MaximumValue = 123,
                 MinimumValue = 123,
                 ParameterControlId = "parameterControlId",
                 SourceParameterName = "sourceParameterName",
                 StepSize = 123,
                 Title = "title",

                 // the properties below are optional
                 DisplayOptions = new SliderControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 }
             };

Synopsis

Constructors

ParameterSliderControlProperty()

A control to display a horizontal toggle bar.

Properties

DisplayOptions

The display options of a control.

MaximumValue

The larger value that is displayed at the right of the slider.

MinimumValue

The smaller value that is displayed at the left of the slider.

ParameterControlId

The ID of the ParameterSliderControl .

SourceParameterName

The source parameter name of the ParameterSliderControl .

StepSize

The number of increments that the slider bar is divided into.

Title

The title of the ParameterSliderControl .

Constructors

ParameterSliderControlProperty()

A control to display a horizontal toggle bar.

public ParameterSliderControlProperty()
Remarks

This is used to change a value by sliding the toggle.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameterslidercontrol.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 parameterSliderControlProperty = new ParameterSliderControlProperty {
                 MaximumValue = 123,
                 MinimumValue = 123,
                 ParameterControlId = "parameterControlId",
                 SourceParameterName = "sourceParameterName",
                 StepSize = 123,
                 Title = "title",

                 // the properties below are optional
                 DisplayOptions = new SliderControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 }
             };

Properties

DisplayOptions

The display options of a control.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboard.ISliderControlDisplayOptionsProperty

MaximumValue

The larger value that is displayed at the right of the slider.

public double MaximumValue { get; set; }
Property Value

double

Remarks

Default: - 0

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

MinimumValue

The smaller value that is displayed at the left of the slider.

public double MinimumValue { get; set; }
Property Value

double

Remarks

Default: - 0

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

ParameterControlId

The ID of the ParameterSliderControl .

public string ParameterControlId { get; set; }
Property Value

string

Remarks

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

SourceParameterName

The source parameter name of the ParameterSliderControl .

public string SourceParameterName { get; set; }
Property Value

string

Remarks

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

StepSize

The number of increments that the slider bar is divided into.

public double StepSize { get; set; }
Property Value

double

Remarks

Default: - 0

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

Title

The title of the ParameterSliderControl .

public string Title { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.IParameterSliderControlProperty
Back to top Generated by DocFX