Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GrowthRateComputationProperty

The growth rate computation configuration.

Inheritance
object
CfnDashboardPropsMixin.GrowthRateComputationProperty
Implements
CfnDashboardPropsMixin.IGrowthRateComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-growthratecomputation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-growthratecomputation.html

ExampleMetadata: fixture=_generated

Properties

ComputationId

The ID for a computation.

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

string

Remarks

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

Name

The name of a computation.

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

string

Remarks

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

PeriodSize

The period size setup of a growth rate computation.

public double? PeriodSize { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Time

The time field that is used in a computation.

public object? Time { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDimensionFieldProperty

Value

The value field that is used in a computation.

public object? Value { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IMeasureFieldProperty

Implements

CfnDashboardPropsMixin.IGrowthRateComputationProperty
Back to top Generated by DocFX