Show / Hide Table of Contents

Class CfnTemplate.MaximumLabelTypeProperty

The maximum label of a data path label.

Inheritance
System.Object
CfnTemplate.MaximumLabelTypeProperty
Implements
CfnTemplate.IMaximumLabelTypeProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class MaximumLabelTypeProperty : Object, CfnTemplate.IMaximumLabelTypeProperty
Syntax (vb)
Public Class MaximumLabelTypeProperty
    Inherits Object
    Implements CfnTemplate.IMaximumLabelTypeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumlabeltype.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 maximumLabelTypeProperty = new MaximumLabelTypeProperty {
    Visibility = "visibility"
};

Synopsis

Constructors

MaximumLabelTypeProperty()

Properties

Visibility

The visibility of the maximum label.

Constructors

MaximumLabelTypeProperty()

public MaximumLabelTypeProperty()

Properties

Visibility

The visibility of the maximum label.

public string Visibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-maximumlabeltype.html#cfn-quicksight-template-maximumlabeltype-visibility

Implements

CfnTemplate.IMaximumLabelTypeProperty
Back to top Generated by DocFX