Interface CfnDataSource.TrinoParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.TrinoParametersProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.TrinoParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters that are required to connect to a Trino 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.*; TrinoParametersProperty trinoParametersProperty = TrinoParametersProperty.builder() .catalog("catalog") .host("host") .port(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.TrinoParametersProperty
static final class
An implementation forCfnDataSource.TrinoParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalog
The catalog name for the Trino data source.- See Also:
-
getHost
The host name of the Trino data source.- See Also:
-
getPort
The port for the Trino data source.Default: - 0
- See Also:
-
builder
-