Interface CfnDataSource.IPrestoParametersProperty
The parameters for Presto.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPrestoParametersProperty
Syntax (vb)
Public Interface IPrestoParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var prestoParametersProperty = new PrestoParametersProperty {
Catalog = "catalog",
Host = "host",
Port = 123
};
Synopsis
Properties
Catalog | Catalog. |
Host | Host. |
Port | Port. |
Properties
Catalog
Catalog.
string Catalog { get; }
Property Value
System.
Remarks
Host
Host.
string Host { get; }
Property Value
System.
Remarks
Port
Port.
double Port { get; }
Property Value
System.