Show / Hide Table of Contents

Class CfnAnalysis.FilterRelativeDateTimeControlProperty

A control from a date filter that is used to specify the relative date.

Inheritance
object
CfnAnalysis.FilterRelativeDateTimeControlProperty
Implements
CfnAnalysis.IFilterRelativeDateTimeControlProperty
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 CfnAnalysis.FilterRelativeDateTimeControlProperty : CfnAnalysis.IFilterRelativeDateTimeControlProperty
Syntax (vb)
Public Class CfnAnalysis.FilterRelativeDateTimeControlProperty Implements CfnAnalysis.IFilterRelativeDateTimeControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterrelativedatetimecontrol.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 filterRelativeDateTimeControlProperty = new FilterRelativeDateTimeControlProperty {
                 FilterControlId = "filterControlId",
                 SourceFilterId = "sourceFilterId",
                 Title = "title",

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

Constructors

FilterRelativeDateTimeControlProperty()

A control from a date filter that is used to specify the relative date.

Properties

CommitMode

The visibility configuration of the Apply button on a FilterRelativeDateTimeControl .

DisplayOptions

The display options of a control.

FilterControlId

The ID of the FilterTextAreaControl .

SourceFilterId

The source filter ID of the FilterTextAreaControl .

Title

The title of the FilterTextAreaControl .

Constructors

FilterRelativeDateTimeControlProperty()

A control from a date filter that is used to specify the relative date.

public FilterRelativeDateTimeControlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterrelativedatetimecontrol.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 filterRelativeDateTimeControlProperty = new FilterRelativeDateTimeControlProperty {
                 FilterControlId = "filterControlId",
                 SourceFilterId = "sourceFilterId",
                 Title = "title",

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

Properties

CommitMode

The visibility configuration of the Apply button on a FilterRelativeDateTimeControl .

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterrelativedatetimecontrol.html#cfn-quicksight-analysis-filterrelativedatetimecontrol-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-analysis-filterrelativedatetimecontrol.html#cfn-quicksight-analysis-filterrelativedatetimecontrol-displayoptions

FilterControlId

The ID of the FilterTextAreaControl .

public string FilterControlId { get; set; }
Property Value

string

Remarks

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

SourceFilterId

The source filter ID of the FilterTextAreaControl .

public string SourceFilterId { get; set; }
Property Value

string

Remarks

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

Title

The title of the FilterTextAreaControl .

public string Title { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysis.IFilterRelativeDateTimeControlProperty
Back to top Generated by DocFX