interface SparkParametersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSource.SparkParametersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_SparkParametersProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSource.SparkParametersProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSource.SparkParametersProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDataSource » SparkParametersProperty |
The parameters for Spark.
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 sparkParametersProperty: quicksight.CfnDataSource.SparkParametersProperty = {
host: 'host',
port: 123,
};
Properties
Name | Type | Description |
---|---|---|
host | string | Host. |
port | number | Port. |
host
Type:
string
Host.
port
Type:
number
Port.