Interface CfnDashboard.ExportHiddenFieldsOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ExportHiddenFieldsOptionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ExportHiddenFieldsOptionProperty
extends software.amazon.jsii.JsiiSerializable
Determines if hidden fields are included in an exported 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.*;
ExportHiddenFieldsOptionProperty exportHiddenFieldsOptionProperty = ExportHiddenFieldsOptionProperty.builder()
.availabilityStatus("availabilityStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.ExportHiddenFieldsOptionPropertystatic final classAn implementation forCfnDashboard.ExportHiddenFieldsOptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityStatus
The status of the export hidden fields options of a dashbaord.- See Also:
-
builder
-