Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PeriodToDateComputationProperty

The period to date computation configuration.

Inheritance
object
CfnTemplatePropsMixin.PeriodToDateComputationProperty
Implements
CfnTemplatePropsMixin.IPeriodToDateComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PeriodToDateComputationProperty : CfnTemplatePropsMixin.IPeriodToDateComputationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PeriodToDateComputationProperty Implements CfnTemplatePropsMixin.IPeriodToDateComputationProperty
Remarks

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

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

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

ExampleMetadata: fixture=_generated

Properties

ComputationId

The ID for a computation.

public string? ComputationId { get; set; }
Property Value

string

Remarks

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

Name

The name of a computation.

public string? Name { get; set; }
Property Value

string

Remarks

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

PeriodTimeGranularity

The time granularity setup of period to date computation. Choose from the following options:.

public string? PeriodTimeGranularity { get; set; }
Property Value

string

Remarks

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

    Time

    The time field that is used in a computation.

    public object? Time { get; set; }
    Property Value

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IDimensionFieldProperty

    Value

    The value field that is used in a computation.

    public object? Value { get; set; }
    Property Value

    object

    Remarks

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

    Type union: either IResolvable or CfnTemplatePropsMixin.IMeasureFieldProperty

    Implements

    CfnTemplatePropsMixin.IPeriodToDateComputationProperty
    Back to top Generated by DocFX