interface PluginVisualPropertyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.PluginVisualPropertyProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_PluginVisualPropertyProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.PluginVisualPropertyProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.PluginVisualPropertyProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » PluginVisualPropertyProperty |
The key value pair of the persisted property.
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 pluginVisualPropertyProperty: quicksight_mixins.CfnAnalysisPropsMixin.PluginVisualPropertyProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the plugin visual property. |
| value? | string | The value of the plugin visual property. |
name?
Type:
string
(optional)
The name of the plugin visual property.
value?
Type:
string
(optional)
The value of the plugin visual property.

.NET
Go
Java
Python
TypeScript