Class CfnAnalysis.ImageInteractionOptionsProperty
The general image interactions setup for image publish options.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ImageInteractionOptionsProperty : Object, CfnAnalysis.IImageInteractionOptionsProperty
Syntax (vb)
Public Class ImageInteractionOptionsProperty
Inherits Object
Implements CfnAnalysis.IImageInteractionOptionsProperty
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 imageInteractionOptionsProperty = new ImageInteractionOptionsProperty {
ImageMenuOption = new ImageMenuOptionProperty {
AvailabilityStatus = "availabilityStatus"
}
};
Synopsis
Constructors
Image |
Properties
Image |
The menu options for the image. |
Constructors
ImageInteractionOptionsProperty()
public ImageInteractionOptionsProperty()
Properties
ImageMenuOption
The menu options for the image.
public object ImageMenuOption { get; set; }
Property Value
System.