Class MysqlProfile (1.14.0)

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

MySQL database profile.

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.
secret_manager_stored_password str
Optional. A reference to a Secret Manager resource name storing the MySQL connection password. Mutually exclusive with the password field.