Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty

The key value pair of the persisted property.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IPluginVisualPropertyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualproperty.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualproperty.html#cfn-quicksight-analysis-pluginvisualproperty-name

Value

The value of the plugin visual property.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pluginvisualproperty.html#cfn-quicksight-analysis-pluginvisualproperty-value

Back to top Generated by DocFX