Interface CfnTemplate.DataSetReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.DataSetReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.DataSetReferenceProperty
extends software.amazon.jsii.JsiiSerializable
Dataset reference.
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.*; DataSetReferenceProperty dataSetReferenceProperty = DataSetReferenceProperty.builder() .dataSetArn("dataSetArn") .dataSetPlaceholder("dataSetPlaceholder") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.DataSetReferenceProperty
static final class
An implementation forCfnTemplate.DataSetReferenceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Dataset Amazon Resource Name (ARN).Dataset placeholder.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetArn
Dataset Amazon Resource Name (ARN).- See Also:
-
getDataSetPlaceholder
Dataset placeholder.- See Also:
-
builder
-