@Stability(value=Stable)
public static interface CfnDashboard.ExportToCSVOptionProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
ExportToCSVOptionProperty exportToCSVOptionProperty = ExportToCSVOptionProperty.builder()
.availabilityStatus("availabilityStatus")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDashboard.ExportToCSVOptionProperty.Builder
A builder for
CfnDashboard.ExportToCSVOptionProperty |
static class |
CfnDashboard.ExportToCSVOptionProperty.Jsii$Proxy
An implementation for
CfnDashboard.ExportToCSVOptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDashboard.ExportToCSVOptionProperty.Builder |
builder() |
default String |
getAvailabilityStatus()
Availability status.
|
@Stability(value=Stable) @Nullable default String getAvailabilityStatus()
@Stability(value=Stable) static CfnDashboard.ExportToCSVOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.