Interface CfnDashboard.FieldLabelTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.FieldLabelTypeProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.FieldLabelTypeProperty
extends software.amazon.jsii.JsiiSerializable
The field label type.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; FieldLabelTypeProperty fieldLabelTypeProperty = FieldLabelTypeProperty.builder() .fieldId("fieldId") .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.FieldLabelTypeProperty
static final class
An implementation forCfnDashboard.FieldLabelTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
Indicates the field that is targeted by the field label.- See Also:
-
getVisibility
The visibility of the field label.- See Also:
-
builder
-