Show / Hide Table of Contents

Class CfnTemplatePropsMixin.VisualInteractionOptionsProperty

The general visual interactions setup for visual publish options.

Inheritance
object
CfnTemplatePropsMixin.VisualInteractionOptionsProperty
Implements
CfnTemplatePropsMixin.IVisualInteractionOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.VisualInteractionOptionsProperty : CfnTemplatePropsMixin.IVisualInteractionOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.VisualInteractionOptionsProperty Implements CfnTemplatePropsMixin.IVisualInteractionOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualinteractionoptions.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 visualInteractionOptionsProperty = new VisualInteractionOptionsProperty {
                 ContextMenuOption = new ContextMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 },
                 VisualMenuOption = new VisualMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Synopsis

Constructors

VisualInteractionOptionsProperty()

The general visual interactions setup for visual publish options.

Properties

ContextMenuOption

The context menu options for a visual.

VisualMenuOption

The on-visual menu options for a visual.

Constructors

VisualInteractionOptionsProperty()

The general visual interactions setup for visual publish options.

public VisualInteractionOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualinteractionoptions.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 visualInteractionOptionsProperty = new VisualInteractionOptionsProperty {
                 ContextMenuOption = new ContextMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 },
                 VisualMenuOption = new VisualMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Properties

ContextMenuOption

The context menu options for a visual.

public object? ContextMenuOption { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualinteractionoptions.html#cfn-quicksight-template-visualinteractionoptions-contextmenuoption

Type union: either IResolvable or CfnTemplatePropsMixin.IContextMenuOptionProperty

VisualMenuOption

The on-visual menu options for a visual.

public object? VisualMenuOption { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visualinteractionoptions.html#cfn-quicksight-template-visualinteractionoptions-visualmenuoption

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualMenuOptionProperty

Implements

CfnTemplatePropsMixin.IVisualInteractionOptionsProperty
Back to top Generated by DocFX