Class CfnAnalysisPropsMixin.PeriodToDateComputationProperty
The period to date computation configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PeriodToDateComputationProperty : CfnAnalysisPropsMixin.IPeriodToDateComputationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PeriodToDateComputationProperty Implements CfnAnalysisPropsMixin.IPeriodToDateComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| PeriodToDateComputationProperty() | The period to date computation configuration. |
Properties
| ComputationId | The ID for a computation. |
| Name | The name of a computation. |
| PeriodTimeGranularity | The time granularity setup of period to date computation. Choose from the following options:. |
| Time | The time field that is used in a computation. |
| Value | The value field that is used in a computation. |
Constructors
PeriodToDateComputationProperty()
The period to date computation configuration.
public PeriodToDateComputationProperty()
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
PeriodTimeGranularity
The time granularity setup of period to date computation. Choose from the following options:.
public string? PeriodTimeGranularity { 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; }