@Stability(value=Stable)
public static interface CfnAnalysis.AnalysisSourceTemplateProperty
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.*;
AnalysisSourceTemplateProperty analysisSourceTemplateProperty = AnalysisSourceTemplateProperty.builder()
.arn("arn")
.dataSetReferences(List.of(DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnalysis.AnalysisSourceTemplateProperty.Builder
A builder for
CfnAnalysis.AnalysisSourceTemplateProperty |
static class |
CfnAnalysis.AnalysisSourceTemplateProperty.Jsii$Proxy
An implementation for
CfnAnalysis.AnalysisSourceTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnalysis.AnalysisSourceTemplateProperty.Builder |
builder() |
String |
getArn()
The Amazon Resource Name (ARN) of the source template of an analysis.
|
Object |
getDataSetReferences()
The dataset references of the source template of an analysis.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull Object getDataSetReferences()
@Stability(value=Stable) static CfnAnalysis.AnalysisSourceTemplateProperty.Builder builder()
Copyright © 2022. All rights reserved.