@Stability(value=Stable)
public static interface CfnTemplate.TemplateSourceAnalysisProperty
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.*;
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()
The Amazon Resource Name (ARN) of the resource.
|
Object |
getDataSetReferences()
A structure containing information about the dataset references used as placeholders in the template.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull Object getDataSetReferences()
@Stability(value=Stable) static CfnTemplate.TemplateSourceAnalysisProperty.Builder builder()
Copyright © 2022. All rights reserved.