Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-imagemenuoption.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.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

string

Remarks

If the value of this property is set to ENABLED , dashboard readers can interact with the image menu.

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

Back to top Generated by DocFX