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: