Show / Hide Table of Contents

Interface CfnAnalysis.IParameterDateTimePickerControlProperty

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

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IParameterDateTimePickerControlProperty
Syntax (vb)
Public Interface CfnAnalysis.IParameterDateTimePickerControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.AWS.QuickSight;

             var parameterDateTimePickerControlProperty = new ParameterDateTimePickerControlProperty {
                 ParameterControlId = "parameterControlId",
                 SourceParameterName = "sourceParameterName",
                 Title = "title",

                 // the properties below are optional
                 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"
                     }
                 }
             };

Synopsis

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 .

Properties

DisplayOptions

The display options of a control.

object? DisplayOptions { get; }
Property Value

object

Remarks

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

ParameterControlId

The ID of the ParameterDateTimePickerControl .

string ParameterControlId { get; }
Property Value

string

Remarks

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

SourceParameterName

The name of the ParameterDateTimePickerControl .

string SourceParameterName { get; }
Property Value

string

Remarks

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

Title

The title of the ParameterDateTimePickerControl .

string Title { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX