Class CfnDashboardPropsMixin.DashboardVisualPublishOptionsProperty
The visual publish options of a visual in a dashboard.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IExportHiddenFieldsOptionProperty