Interface CfnTemplate.IFieldLabelTypeProperty
The field label type.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFieldLabelTypeProperty
Syntax (vb)
Public Interface IFieldLabelTypeProperty
Remarks
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
Field |
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.
virtual string FieldId { get; }
Property Value
System.
Remarks
Visibility
The visibility of the field label.
virtual string Visibility { get; }
Property Value
System.