Class MysqlProfile (1.4.1)

MysqlProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MySQL database profile.

Attributes

NameDescription
hostname str
Required. Hostname for the MySQL connection.
port int
Port for the MySQL connection, default value is 3306.
username str
Required. Username for the MySQL connection.
password str
Required. Input only. Password for the MySQL connection.
ssl_config google.cloud.datastream_v1alpha1.types.MysqlSslConfig
SSL configuration for the MySQL connection.