@Stability(value=Stable)
public static interface CfnTemplate.TemplateSourceAnalysisProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
TemplateSourceAnalysisProperty templateSourceAnalysisProperty = TemplateSourceAnalysisProperty.builder()
.arn("arn")
.dataSetReferences(List.of(DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTemplate.TemplateSourceAnalysisProperty.Builder
A builder for
CfnTemplate.TemplateSourceAnalysisProperty |
static class |
CfnTemplate.TemplateSourceAnalysisProperty.Jsii$Proxy
An implementation for
CfnTemplate.TemplateSourceAnalysisProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTemplate.TemplateSourceAnalysisProperty.Builder |
builder() |
String |
getArn()
`CfnTemplate.TemplateSourceAnalysisProperty.Arn`.
|
Object |
getDataSetReferences()
`CfnTemplate.TemplateSourceAnalysisProperty.DataSetReferences`.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull Object getDataSetReferences()
@Stability(value=Stable) static CfnTemplate.TemplateSourceAnalysisProperty.Builder builder()
Copyright © 2021. All rights reserved.