Show / Hide Table of Contents

Class CfnAnalysis.ImageInteractionOptionsProperty

The general image interactions setup for image publish options.

Inheritance
object
CfnAnalysis.ImageInteractionOptionsProperty
Implements
CfnAnalysis.IImageInteractionOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ImageInteractionOptionsProperty : CfnAnalysis.IImageInteractionOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.ImageInteractionOptionsProperty Implements CfnAnalysis.IImageInteractionOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imageinteractionoptions.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.AWS.QuickSight;

             var imageInteractionOptionsProperty = new ImageInteractionOptionsProperty {
                 ImageMenuOption = new ImageMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Synopsis

Constructors

ImageInteractionOptionsProperty()

The general image interactions setup for image publish options.

Properties

ImageMenuOption

The menu options for the image.

Constructors

ImageInteractionOptionsProperty()

The general image interactions setup for image publish options.

public ImageInteractionOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-imageinteractionoptions.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.AWS.QuickSight;

             var imageInteractionOptionsProperty = new ImageInteractionOptionsProperty {
                 ImageMenuOption = new ImageMenuOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Properties

ImageMenuOption

The menu options for the image.

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

object

Remarks

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

Implements

CfnAnalysis.IImageInteractionOptionsProperty
Back to top Generated by DocFX