Show / Hide Table of Contents

Class CfnTemplate.KPIConfigurationProperty

The configuration of a KPI visual.

Inheritance
object
CfnTemplate.KPIConfigurationProperty
Implements
CfnTemplate.IKPIConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.KPIConfigurationProperty : CfnTemplate.IKPIConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.KPIConfigurationProperty Implements CfnTemplate.IKPIConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

KPIConfigurationProperty()

The configuration of a KPI visual.

Properties

FieldWells

The field well configuration of a KPI visual.

Interactions

The general visual interactions setup for a visual.

KpiOptions

The options that determine the presentation of a KPI visual.

SortConfiguration

The sort configuration of a KPI visual.

Constructors

KPIConfigurationProperty()

The configuration of a KPI visual.

public KPIConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

FieldWells

The field well configuration of a KPI visual.

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

object

Remarks

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

Interactions

The general visual interactions setup for a visual.

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

object

Remarks

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

KpiOptions

The options that determine the presentation of a KPI visual.

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

object

Remarks

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

SortConfiguration

The sort configuration of a KPI visual.

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

object

Remarks

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

Implements

CfnTemplate.IKPIConfigurationProperty
Back to top Generated by DocFX