Interface CfnAnalysis.DataPathLabelTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DataPathLabelTypeProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.DataPathLabelTypeProperty
extends software.amazon.jsii.JsiiSerializable
The option that specifies individual data values for labels.
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.*; DataPathLabelTypeProperty dataPathLabelTypeProperty = DataPathLabelTypeProperty.builder() .fieldId("fieldId") .fieldValue("fieldValue") .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.DataPathLabelTypeProperty
static final class
An implementation forCfnAnalysis.DataPathLabelTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
The field ID of the field that the data label needs to be applied to.- See Also:
-
getFieldValue
The actual value of the field that is labeled.- See Also:
-
getVisibility
The visibility of the data label.- See Also:
-
builder
-