Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IKPIVisualStandardLayoutProperty

The standard layout of the KPI visual.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IKPIVisualStandardLayoutProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Synopsis

Properties

Type

The standard layout type.

Properties

Type

The standard layout type.

string? Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX