aws-cdk-lib.aws_quicksight.CfnAnalysis.FreeFormLayoutElementBackgroundStyleProperty

interface FreeFormLayoutElementBackgroundStyleProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.FreeFormLayoutElementBackgroundStyleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_FreeFormLayoutElementBackgroundStyleProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.FreeFormLayoutElementBackgroundStyleProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.FreeFormLayoutElementBackgroundStyleProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » FreeFormLayoutElementBackgroundStyleProperty

The background style configuration of a free-form layout element.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const freeFormLayoutElementBackgroundStyleProperty: quicksight.CfnAnalysis.FreeFormLayoutElementBackgroundStyleProperty = {
  color: 'color',
  visibility: 'visibility',
};

Properties

NameTypeDescription
color?stringThe background color of a free-form layout element.
visibility?stringThe background visibility of a free-form layout element.

color?

Type: string (optional)

The background color of a free-form layout element.


visibility?

Type: string (optional)

The background visibility of a free-form layout element.