Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDefaultRelativeDateTimeControlOptionsProperty

The default options that correspond to the RelativeDateTime filter control type.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDefaultRelativeDateTimeControlOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDefaultRelativeDateTimeControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultrelativedatetimecontroloptions.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 defaultRelativeDateTimeControlOptionsProperty = new DefaultRelativeDateTimeControlOptionsProperty {
                 CommitMode = "commitMode",
                 DisplayOptions = new RelativeDateTimeControlDisplayOptionsProperty {
                     DateTimeFormat = "dateTimeFormat",
                     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

CommitMode

The visibility configuration of the Apply button on a RelativeDateTimeControl .

DisplayOptions

The display options of a control.

Properties

CommitMode

The visibility configuration of the Apply button on a RelativeDateTimeControl .

string? CommitMode { get; }
Property Value

string

Remarks

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

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

Type union: either IResolvable or CfnDashboardPropsMixin.IRelativeDateTimeControlDisplayOptionsProperty

Back to top Generated by DocFX