Class CfnAnalysis.ImageInteractionOptionsProperty
The general image interactions setup for image publish options.
Implements
Inherited Members
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
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
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; }