Class CfnDashboardPropsMixin.ExportToCSVOptionProperty
Export to .csv option.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ExportToCSVOptionProperty : CfnDashboardPropsMixin.IExportToCSVOptionProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ExportToCSVOptionProperty Implements CfnDashboardPropsMixin.IExportToCSVOptionProperty
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 exportToCSVOptionProperty = new ExportToCSVOptionProperty {
AvailabilityStatus = "availabilityStatus"
};
Synopsis
Constructors
| ExportToCSVOptionProperty() | Export to .csv option. |
Properties
| AvailabilityStatus | Availability status. |
Constructors
ExportToCSVOptionProperty()
Export to .csv option.
public ExportToCSVOptionProperty()
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 exportToCSVOptionProperty = new ExportToCSVOptionProperty {
AvailabilityStatus = "availabilityStatus"
};
Properties
AvailabilityStatus
Availability status.
public string? AvailabilityStatus { get; set; }