Show / Hide Table of Contents

Class CfnTemplate.DefaultDateTimePickerControlOptionsProperty

The default options that correspond to the filter control type of a DateTimePicker .

Inheritance
object
CfnTemplate.DefaultDateTimePickerControlOptionsProperty
Implements
CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
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 CfnTemplate.DefaultDateTimePickerControlOptionsProperty : CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
Syntax (vb)
Public Class CfnTemplate.DefaultDateTimePickerControlOptionsProperty Implements CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.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 dateIconVisibility;
             var helperTextVisibility;

             var defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
                 CommitMode = "commitMode",
                 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"
                     }
                 },
                 Type = "type"
             };

Synopsis

Constructors

DefaultDateTimePickerControlOptionsProperty()

The default options that correspond to the filter control type of a DateTimePicker .

Properties

CommitMode

The visibility configuration of the Apply button on a DateTimePickerControl .

DisplayOptions

The display options of a control.

Type

The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:.

Constructors

DefaultDateTimePickerControlOptionsProperty()

The default options that correspond to the filter control type of a DateTimePicker .

public DefaultDateTimePickerControlOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.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 dateIconVisibility;
             var helperTextVisibility;

             var defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
                 CommitMode = "commitMode",
                 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"
                     }
                 },
                 Type = "type"
             };

Properties

CommitMode

The visibility configuration of the Apply button on a DateTimePickerControl .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.html#cfn-quicksight-template-defaultdatetimepickercontroloptions-commitmode

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-template-defaultdatetimepickercontroloptions.html#cfn-quicksight-template-defaultdatetimepickercontroloptions-displayoptions

Type

The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:.

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

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-defaultdatetimepickercontroloptions.html#cfn-quicksight-template-defaultdatetimepickercontroloptions-type

    Implements

    CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
    Back to top Generated by DocFX