Interface CfnDataSource.PrestoParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.PrestoParametersProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.PrestoParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for Presto.
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.*; PrestoParametersProperty prestoParametersProperty = PrestoParametersProperty.builder() .catalog("catalog") .host("host") .port(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.PrestoParametersProperty
static final class
An implementation forCfnDataSource.PrestoParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalog
Catalog.- See Also:
-
getHost
Host.- See Also:
-
getPort
Port.Default: - 0
- See Also:
-
builder
-