Interface CfnDashboard.TableBorderOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.TableBorderOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.TableBorderOptionsProperty extends software.amazon.jsii.JsiiSerializable
The border options for a table border.

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.*;
 TableBorderOptionsProperty tableBorderOptionsProperty = TableBorderOptionsProperty.builder()
         .color("color")
         .style("style")
         .thickness(123)
         .build();
 

See Also: