Interface CfnTopicV2.DataSetReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicV2.DataSetReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnTopicV2
@Stability(Stable)
public static interface CfnTopicV2.DataSetReferenceProperty
extends software.amazon.jsii.JsiiSerializable
A dataset reference used by a V2 (SEMANTIC_VIEW) topic.
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")
// the properties below are optional
.dataSetName("dataSetName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicV2.DataSetReferencePropertystatic final classAn implementation forCfnTopicV2.DataSetReferenceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetArn
- See Also:
-
getDataSetName
- See Also:
-
builder
-