@Stability(value=Stable)
public static interface CfnDashboard.DataSetReferenceProperty
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.*;
DataSetReferenceProperty dataSetReferenceProperty = DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDashboard.DataSetReferenceProperty.Builder
A builder for
CfnDashboard.DataSetReferenceProperty |
static class |
CfnDashboard.DataSetReferenceProperty.Jsii$Proxy
An implementation for
CfnDashboard.DataSetReferenceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDashboard.DataSetReferenceProperty.Builder |
builder() |
String |
getDataSetArn()
Dataset Amazon Resource Name (ARN).
|
String |
getDataSetPlaceholder()
Dataset placeholder.
|
@Stability(value=Stable) @NotNull String getDataSetArn()
@Stability(value=Stable) @NotNull String getDataSetPlaceholder()
@Stability(value=Stable) static CfnDashboard.DataSetReferenceProperty.Builder builder()
Copyright © 2022. All rights reserved.