Class CfnDashboardPropsMixin.GrowthRateComputationProperty
The growth rate computation configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.GrowthRateComputationProperty : CfnDashboardPropsMixin.IGrowthRateComputationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GrowthRateComputationProperty Implements CfnDashboardPropsMixin.IGrowthRateComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| GrowthRateComputationProperty() | The growth rate computation configuration. |
Properties
| ComputationId | The ID for a computation. |
| Name | The name of a computation. |
| PeriodSize | The period size setup of a growth rate computation. |
| Time | The time field that is used in a computation. |
| Value | The value field that is used in a computation. |
Constructors
GrowthRateComputationProperty()
The growth rate computation configuration.
public GrowthRateComputationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ComputationId
The ID for a computation.
public string? ComputationId { get; set; }
Property Value
Remarks
Name
The name of a computation.
public string? Name { get; set; }
Property Value
Remarks
PeriodSize
The period size setup of a growth rate computation.
public double? PeriodSize { get; set; }
Property Value
Remarks
Time
The time field that is used in a computation.
public object? Time { get; set; }
Property Value
Remarks
Value
The value field that is used in a computation.
public object? Value { get; set; }