interface MariaDbParametersProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSource.MariaDbParametersProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSource.MariaDbParametersProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSource.MariaDbParametersProperty |
![]() | @aws-cdk/aws-quicksight » CfnDataSource » MariaDbParametersProperty |
The parameters for MariaDB.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const mariaDbParametersProperty: quicksight.CfnDataSource.MariaDbParametersProperty = {
database: 'database',
host: 'host',
port: 123,
};
Properties
Name | Type | Description |
---|---|---|
database | string | Database. |
host | string | Host. |
port | number | Port. |
database
Type:
string
Database.
host
Type:
string
Host.
port
Type:
number
Port.