interface MaximumMinimumComputationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.MaximumMinimumComputationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_MaximumMinimumComputationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.MaximumMinimumComputationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.MaximumMinimumComputationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » MaximumMinimumComputationProperty |
The maximum and minimum 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. |
| type | string | The type of computation. Choose one of the following options:. |
| name? | string | The name of a computation. |
| 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.
type
Type:
string
The type of computation. Choose one of the following options:.
- MAXIMUM: A maximum computation.
- MINIMUM: A minimum computation.
name?
Type:
string
(optional)
The name of a computation.
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.

.NET
Go
Java
Python
TypeScript