Interface CfnDashboard.DashboardVisualPublishOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.DashboardVisualPublishOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.DashboardVisualPublishOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The visual publish options of a visual in a dashboard.
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.*; DashboardVisualPublishOptionsProperty dashboardVisualPublishOptionsProperty = DashboardVisualPublishOptionsProperty.builder() .exportHiddenFieldsOption(ExportHiddenFieldsOptionProperty.builder() .availabilityStatus("availabilityStatus") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.DashboardVisualPublishOptionsProperty
static final class
An implementation forCfnDashboard.DashboardVisualPublishOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExportHiddenFieldsOption
Determines if hidden fields are included in an exported dashboard.- See Also:
-
builder
-