Class CfnAnalysis.PluginVisualPropertyProperty
The key value pair of the persisted property.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.PluginVisualPropertyProperty : CfnAnalysis.IPluginVisualPropertyProperty
Syntax (vb)
Public Class CfnAnalysis.PluginVisualPropertyProperty Implements CfnAnalysis.IPluginVisualPropertyProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
};
Synopsis
Constructors
PluginVisualPropertyProperty() | The key value pair of the persisted property. |
Properties
Name | The name of the plugin visual property. |
Value | The value of the plugin visual property. |
Constructors
PluginVisualPropertyProperty()
The key value pair of the persisted property.
public PluginVisualPropertyProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
};
Properties
Name
The name of the plugin visual property.
public string? Name { get; set; }
Property Value
Remarks
Value
The value of the plugin visual property.
public string? Value { get; set; }