Show / Hide Table of Contents

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

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

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

string

Remarks

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

Name

The name of a computation.

string? Name { get; }
Property Value

string

Remarks

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

Time

The time field that is used in a computation.

object? Time { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty

Type

The type of computation. Choose one of the following options:.

string? Type { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumminimumcomputation.html#cfn-quicksight-template-maximumminimumcomputation-type

    Value

    The value field that is used in a computation.

    object? Value { get; }
    Property Value

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty

    Back to top Generated by DocFX