toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.outputs
/
DataSourceParametersMysql
Data
Source
Parameters
Mysql
data
class
DataSourceParametersMysql
(
val
database
:
String
,
val
host
:
String
,
val
port
:
Int
)
Members
Constructors
Data
Source
Parameters
Mysql
Link copied to clipboard
constructor
(
database
:
String
,
host
:
String
,
port
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
database
Link copied to clipboard
val
database
:
String
The database to which to connect.
host
Link copied to clipboard
val
host
:
String
The host to which to connect.
port
Link copied to clipboard
val
port
:
Int
The port to which to connect.