interface PluginVisualPropertyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.PluginVisualPropertyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PluginVisualPropertyProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.PluginVisualPropertyProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.PluginVisualPropertyProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const pluginVisualPropertyProperty: quicksight.CfnTemplate.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.