Interface CfnDataSource.StarburstParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.StarburstParametersProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.StarburstParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters that are required to connect to a Starburst data source.
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.*;
StarburstParametersProperty starburstParametersProperty = StarburstParametersProperty.builder()
.catalog("catalog")
.host("host")
.port(123)
// the properties below are optional
.productType("productType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.StarburstParametersPropertystatic final classAn implementation forCfnDataSource.StarburstParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalog
The catalog name for the Starburst data source.- See Also:
-
getHost
The host name of the Starburst data source.- See Also:
-
getPort
The port for the Starburst data source.Default: - 0
- See Also:
-
getProductType
The product type for the Starburst data source.- See Also:
-
builder
-