Interface CfnTemplatePropsMixin.IPluginVisualPropertyProperty
The key value pair of the persisted property.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IPluginVisualPropertyProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
var pluginVisualPropertyProperty = new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
};
Synopsis
Properties
| Name | The name of the plugin visual property. |
| Value | The value of the plugin visual property. |
Properties
Name
The name of the plugin visual property.
string? Name { get; }
Property Value
Remarks
Value
The value of the plugin visual property.
string? Value { get; }