Interface CfnTemplatePropsMixin.IMaximumMinimumComputationProperty
The maximum and minimum computation configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IMaximumMinimumComputationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IMaximumMinimumComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
| ComputationId | The ID for a computation. |
| Name | The name of a computation. |
| Time | The time field that is used in a computation. |
| Type | The type of computation. Choose one of the following options:. |
| Value | The value field that is used in a computation. |
Properties
ComputationId
The ID for a computation.
string? ComputationId { get; }
Property Value
Remarks
Name
The name of a computation.
string? Name { get; }
Property Value
Remarks
Time
The time field that is used in a computation.
object? Time { get; }
Property Value
Remarks
Type
The type of computation. Choose one of the following options:.
string? Type { get; }
Property Value
Remarks
Value
The value field that is used in a computation.
object? Value { get; }