interface PluginVisualOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.PluginVisualOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_PluginVisualOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.PluginVisualOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.PluginVisualOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const pluginVisualOptionsProperty: quicksight.CfnAnalysisPropsMixin.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