Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IDateDimensionFieldProperty

The dimension type field with date type columns.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IDateDimensionFieldProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IDateDimensionFieldProperty
Remarks

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

             var dateDimensionFieldProperty = new DateDimensionFieldProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 DateGranularity = "dateGranularity",
                 FieldId = "fieldId",
                 FormatConfiguration = new DateTimeFormatConfigurationProperty {
                     DateTimeFormat = "dateTimeFormat",
                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                         NullString = "nullString"
                     },
                     NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                         CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                             DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                 DecimalPlaces = 123
                             },
                             NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                 DisplayMode = "displayMode"
                             },
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumberScale = "numberScale",
                             Prefix = "prefix",
                             SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                 DecimalSeparator = "decimalSeparator",
                                 ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                     GroupingStyle = "groupingStyle",
                                     Symbol = "symbol",
                                     Visibility = "visibility"
                                 }
                             },
                             Suffix = "suffix",
                             Symbol = "symbol"
                         },
                         NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                             DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                 DecimalPlaces = 123
                             },
                             NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                 DisplayMode = "displayMode"
                             },
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumberScale = "numberScale",
                             Prefix = "prefix",
                             SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                 DecimalSeparator = "decimalSeparator",
                                 ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                     GroupingStyle = "groupingStyle",
                                     Symbol = "symbol",
                                     Visibility = "visibility"
                                 }
                             },
                             Suffix = "suffix"
                         },
                         PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                             DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                 DecimalPlaces = 123
                             },
                             NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                 DisplayMode = "displayMode"
                             },
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             Prefix = "prefix",
                             SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                 DecimalSeparator = "decimalSeparator",
                                 ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                     GroupingStyle = "groupingStyle",
                                     Symbol = "symbol",
                                     Visibility = "visibility"
                                 }
                             },
                             Suffix = "suffix"
                         }
                     }
                 },
                 HierarchyId = "hierarchyId"
             };

Synopsis

Properties

Column

The column that is used in the DateDimensionField .

DateGranularity

The date granularity of the DateDimensionField . Choose one of the following options:.

FieldId

The custom field ID.

FormatConfiguration

The format configuration of the field.

HierarchyId

The custom hierarchy ID.

Properties

Column

The column that is used in the DateDimensionField .

object? Column { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IColumnIdentifierProperty

DateGranularity

The date granularity of the DateDimensionField . Choose one of the following options:.

string? DateGranularity { get; }
Property Value

string

Remarks

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

    FieldId

    The custom field ID.

    string? FieldId { get; }
    Property Value

    string

    Remarks

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

    FormatConfiguration

    The format configuration of the field.

    object? FormatConfiguration { get; }
    Property Value

    object

    Remarks

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

    Type union: either IResolvable or CfnAnalysisPropsMixin.IDateTimeFormatConfigurationProperty

    HierarchyId

    The custom hierarchy ID.

    string? HierarchyId { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX