Show / Hide Table of Contents

Class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty

The options that determine the layout a KPI visual.

Inheritance
object
CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty
Implements
CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty : CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.KPIVisualLayoutOptionsProperty Implements CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpivisuallayoutoptions.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var kPIVisualLayoutOptionsProperty = new KPIVisualLayoutOptionsProperty {
                 StandardLayout = new KPIVisualStandardLayoutProperty {
                     Type = "type"
                 }
             };

Synopsis

Constructors

KPIVisualLayoutOptionsProperty()

The options that determine the layout a KPI visual.

Properties

StandardLayout

The standard layout of the KPI visual.

Constructors

KPIVisualLayoutOptionsProperty()

The options that determine the layout a KPI visual.

public KPIVisualLayoutOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpivisuallayoutoptions.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var kPIVisualLayoutOptionsProperty = new KPIVisualLayoutOptionsProperty {
                 StandardLayout = new KPIVisualStandardLayoutProperty {
                     Type = "type"
                 }
             };

Properties

StandardLayout

The standard layout of the KPI visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IKPIVisualStandardLayoutProperty

Implements

CfnDashboardPropsMixin.IKPIVisualLayoutOptionsProperty
Back to top Generated by DocFX