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: