Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DashboardVisualPublishOptionsProperty

The visual publish options of a visual in a dashboard.

Inheritance
object
CfnDashboardPropsMixin.DashboardVisualPublishOptionsProperty
Implements
CfnDashboardPropsMixin.IDashboardVisualPublishOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.DashboardVisualPublishOptionsProperty : CfnDashboardPropsMixin.IDashboardVisualPublishOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DashboardVisualPublishOptionsProperty Implements CfnDashboardPropsMixin.IDashboardVisualPublishOptionsProperty
Remarks

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

             var dashboardVisualPublishOptionsProperty = new DashboardVisualPublishOptionsProperty {
                 ExportHiddenFieldsOption = new ExportHiddenFieldsOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Synopsis

Constructors

DashboardVisualPublishOptionsProperty()

The visual publish options of a visual in a dashboard.

Properties

ExportHiddenFieldsOption

Determines if hidden fields are included in an exported dashboard.

Constructors

DashboardVisualPublishOptionsProperty()

The visual publish options of a visual in a dashboard.

public DashboardVisualPublishOptionsProperty()
Remarks

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

             var dashboardVisualPublishOptionsProperty = new DashboardVisualPublishOptionsProperty {
                 ExportHiddenFieldsOption = new ExportHiddenFieldsOptionProperty {
                     AvailabilityStatus = "availabilityStatus"
                 }
             };

Properties

ExportHiddenFieldsOption

Determines if hidden fields are included in an exported dashboard.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardvisualpublishoptions.html#cfn-quicksight-dashboard-dashboardvisualpublishoptions-exporthiddenfieldsoption

Type union: either IResolvable or CfnDashboardPropsMixin.IExportHiddenFieldsOptionProperty

Implements

CfnDashboardPropsMixin.IDashboardVisualPublishOptionsProperty
Back to top Generated by DocFX