interface ExportToCSVOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ExportToCSVOptionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ExportToCSVOptionProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ExportToCSVOptionProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » ExportToCSVOptionProperty |
Export to .csv option.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const exportToCSVOptionProperty: quicksight.CfnDashboard.ExportToCSVOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
| Name | Type | Description |
|---|---|---|
| availability | string | Availability status. |
availabilityStatus?
Type:
string
(optional)
Availability status.

.NET
Java
Python
TypeScript