Show / Hide Table of Contents

Interface CfnTemplate.IFieldLabelTypeProperty

The field label type.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IFieldLabelTypeProperty
Syntax (vb)
Public Interface CfnTemplate.IFieldLabelTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-fieldlabeltype.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 fieldLabelTypeProperty = new FieldLabelTypeProperty {
                 FieldId = "fieldId",
                 Visibility = "visibility"
             };

Synopsis

Properties

FieldId

Indicates the field that is targeted by the field label.

Visibility

The visibility of the field label.

Properties

FieldId

Indicates the field that is targeted by the field label.

string? FieldId { get; }
Property Value

string

Remarks

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

Visibility

The visibility of the field label.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX