@Stability(value=Stable)
public static interface CfnDashboard.DashboardSourceEntityProperty
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.*;
DashboardSourceEntityProperty dashboardSourceEntityProperty = DashboardSourceEntityProperty.builder()
.sourceTemplate(DashboardSourceTemplateProperty.builder()
.arn("arn")
.dataSetReferences(List.of(DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDashboard.DashboardSourceEntityProperty.Builder
A builder for
CfnDashboard.DashboardSourceEntityProperty |
static class |
CfnDashboard.DashboardSourceEntityProperty.Jsii$Proxy
An implementation for
CfnDashboard.DashboardSourceEntityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDashboard.DashboardSourceEntityProperty.Builder |
builder() |
default Object |
getSourceTemplate()
Source template.
|
@Stability(value=Stable) @Nullable default Object getSourceTemplate()
@Stability(value=Stable) static CfnDashboard.DashboardSourceEntityProperty.Builder builder()
Copyright © 2022. All rights reserved.