Interface CfnDashboard.GridLayoutElementBackgroundStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.GridLayoutElementBackgroundStyleProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.GridLayoutElementBackgroundStyleProperty
extends software.amazon.jsii.JsiiSerializable
The background style configuration of a grid layout element.
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.*;
GridLayoutElementBackgroundStyleProperty gridLayoutElementBackgroundStyleProperty = GridLayoutElementBackgroundStyleProperty.builder()
.color("color")
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.GridLayoutElementBackgroundStylePropertystatic final classAn implementation forCfnDashboard.GridLayoutElementBackgroundStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The background color of a grid layout element.- See Also:
-
getVisibility
The background visibility of a grid layout element.- See Also:
-
builder
-