interface PeriodToDateComputationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.PeriodToDateComputationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_PeriodToDateComputationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.PeriodToDateComputationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.PeriodToDateComputationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » PeriodToDateComputationProperty |
The period to date computation configuration.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
Name | Type | Description |
---|---|---|
computation | string | The ID for a computation. |
name? | string | The name of a computation. |
period | string | The time granularity setup of period to date computation. Choose from the following options:. |
time? | IResolvable | Dimension | The time field that is used in a computation. |
value? | IResolvable | Measure | The value field that is used in a computation. |
computationId
Type:
string
The ID for a computation.
name?
Type:
string
(optional)
The name of a computation.
periodTimeGranularity?
Type:
string
(optional)
The time granularity setup of period to date computation. Choose from the following options:.
- YEAR: Year to date.
- MONTH: Month to date.
time?
Type:
IResolvable
|
Dimension
(optional)
The time field that is used in a computation.
value?
Type:
IResolvable
|
Measure
(optional)
The value field that is used in a computation.