Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ParameterDateTimePickerControlProperty

A control from a date parameter that specifies date and time.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameterdatetimepickercontrol.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 parameterDateTimePickerControlProperty = new ParameterDateTimePickerControlProperty {
                 DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
                     DateIconVisibility = "dateIconVisibility",
                     DateTimeFormat = "dateTimeFormat",
                     HelperTextVisibility = "helperTextVisibility",
                     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"
                     }
                 },
                 ParameterControlId = "parameterControlId",
                 SourceParameterName = "sourceParameterName",
                 Title = "title"
             };

Synopsis

Constructors

ParameterDateTimePickerControlProperty()

A control from a date parameter that specifies date and time.

Properties

DisplayOptions

The display options of a control.

ParameterControlId

The ID of the ParameterDateTimePickerControl .

SourceParameterName

The name of the ParameterDateTimePickerControl .

Title

The title of the ParameterDateTimePickerControl .

Constructors

ParameterDateTimePickerControlProperty()

A control from a date parameter that specifies date and time.

public ParameterDateTimePickerControlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-parameterdatetimepickercontrol.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 parameterDateTimePickerControlProperty = new ParameterDateTimePickerControlProperty {
                 DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
                     DateIconVisibility = "dateIconVisibility",
                     DateTimeFormat = "dateTimeFormat",
                     HelperTextVisibility = "helperTextVisibility",
                     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"
                     }
                 },
                 ParameterControlId = "parameterControlId",
                 SourceParameterName = "sourceParameterName",
                 Title = "title"
             };

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-parameterdatetimepickercontrol.html#cfn-quicksight-dashboard-parameterdatetimepickercontrol-displayoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimePickerControlDisplayOptionsProperty

ParameterControlId

The ID of the ParameterDateTimePickerControl .

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

string

Remarks

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

SourceParameterName

The name of the ParameterDateTimePickerControl .

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

string

Remarks

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

Title

The title of the ParameterDateTimePickerControl .

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.IParameterDateTimePickerControlProperty
Back to top Generated by DocFX