Show / Hide Table of Contents

Class CfnDashboard.KPIVisualStandardLayoutProperty

The standard layout of the KPI visual.

Inheritance
object
CfnDashboard.KPIVisualStandardLayoutProperty
Implements
CfnDashboard.IKPIVisualStandardLayoutProperty
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 CfnDashboard.KPIVisualStandardLayoutProperty : CfnDashboard.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Class CfnDashboard.KPIVisualStandardLayoutProperty Implements CfnDashboard.IKPIVisualStandardLayoutProperty
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
                 Type = "type"
             };

Synopsis

Constructors

KPIVisualStandardLayoutProperty()

The standard layout of the KPI visual.

Properties

Type

The standard layout type.

Constructors

KPIVisualStandardLayoutProperty()

The standard layout of the KPI visual.

public KPIVisualStandardLayoutProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.QuickSight;

             var kPIVisualStandardLayoutProperty = new KPIVisualStandardLayoutProperty {
                 Type = "type"
             };

Properties

Type

The standard layout type.

public string Type { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboard.IKPIVisualStandardLayoutProperty
Back to top Generated by DocFX