Interface CfnAnalysisPropsMixin.DataSetReferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.DataSetReferenceProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.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.cfnpropertymixins.services.quicksight.*;
DataSetReferenceProperty dataSetReferenceProperty = DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
.dataSetPlaceholder("dataSetPlaceholder")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.DataSetReferencePropertystatic final classAn implementation forCfnAnalysisPropsMixin.DataSetReferenceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetArn
Dataset Amazon Resource Name (ARN).Returns union: either
StringorIDataSetRef- See Also:
-
getDataSetPlaceholder
Dataset placeholder.- See Also:
-
builder
-