@Stability(value=Stable)
public static interface CfnTemplate.TemplateSourceEntityProperty
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.*;
TemplateSourceEntityProperty templateSourceEntityProperty = TemplateSourceEntityProperty.builder()
.sourceAnalysis(TemplateSourceAnalysisProperty.builder()
.arn("arn")
.dataSetReferences(List.of(DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build()))
.build())
.sourceTemplate(TemplateSourceTemplateProperty.builder()
.arn("arn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTemplate.TemplateSourceEntityProperty.Builder
A builder for
CfnTemplate.TemplateSourceEntityProperty |
static class |
CfnTemplate.TemplateSourceEntityProperty.Jsii$Proxy
An implementation for
CfnTemplate.TemplateSourceEntityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTemplate.TemplateSourceEntityProperty.Builder |
builder() |
default Object |
getSourceAnalysis()
The source analysis, if it is based on an analysis.
|
default Object |
getSourceTemplate()
The source template, if it is based on an template.
|
@Stability(value=Stable) @Nullable default Object getSourceAnalysis()
@Stability(value=Stable) @Nullable default Object getSourceTemplate()
@Stability(value=Stable) static CfnTemplate.TemplateSourceEntityProperty.Builder builder()
Copyright © 2022. All rights reserved.