interface PluginVisualOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.PluginVisualOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_PluginVisualOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.PluginVisualOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.PluginVisualOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » PluginVisualOptionsProperty |
The options and persisted properties for the plugin visual.
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 pluginVisualOptionsProperty: quicksight_mixins.CfnDashboardPropsMixin.PluginVisualOptionsProperty = {
visualProperties: [{
name: 'name',
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| visual | IResolvable | (IResolvable | Plugin)[] | The persisted properties and their values. |
visualProperties?
Type:
IResolvable | (IResolvable | Plugin)[]
(optional)
The persisted properties and their values.

.NET
Go
Java
Python
TypeScript