aws-cdk-lib.aws_quicksight.CfnDataSource.PrestoParametersProperty

interface PrestoParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSource.PrestoParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_PrestoParametersProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSource.PrestoParametersProperty
Pythonaws_cdk.aws_quicksight.CfnDataSource.PrestoParametersProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSource » PrestoParametersProperty

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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const prestoParametersProperty: quicksight.CfnDataSource.PrestoParametersProperty = {
  catalog: 'catalog',
  host: 'host',
  port: 123,
};

Properties

NameTypeDescription
catalogstringCatalog.
hoststringHost.
portnumberPort.

catalog

Type: string

Catalog.


host

Type: string

Host.


port

Type: number

Port.