Interface CfnTemplatePropsMixin.IImageMenuOptionProperty
The menu options for the interactions of an image.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IImageMenuOptionProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IImageMenuOptionProperty
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.CfnPropertyMixins.AWS.QuickSight;
var imageMenuOptionProperty = new ImageMenuOptionProperty {
AvailabilityStatus = "availabilityStatus"
};
Synopsis
Properties
| AvailabilityStatus | The availability status of the image menu. |
Properties
AvailabilityStatus
The availability status of the image menu.
string? AvailabilityStatus { get; }
Property Value
Remarks
If the value of this property is set to ENABLED , dashboard readers can interact with the image menu.