Class MysqlProfile (1.11.0)

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

MySQL database profile. Next ID: 7.

Attributes

Name Description
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
Optional. Input only. Password for the MySQL connection. Mutually exclusive with the secret_manager_stored_password field.
ssl_config google.cloud.datastream_v1.types.MysqlSslConfig
SSL configuration for the MySQL connection.