interface GridLayoutElementBackgroundStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_GridLayoutElementBackgroundStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » GridLayoutElementBackgroundStyleProperty |
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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const gridLayoutElementBackgroundStyleProperty: quicksight_mixins.CfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty = {
color: 'color',
visibility: 'visibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| color? | string | The background color of a grid layout element. |
| visibility? | string | The background visibility of a grid layout element. |
color?
Type:
string
(optional)
The background color of a grid layout element.
visibility?
Type:
string
(optional)
The background visibility of a grid layout element.

.NET
Go
Java
Python
TypeScript