host
: the host name or IP address of the Amazon Aurora DB cluster.port
: the TCP/IP port of the Amazon Aurora DB cluster.user
: the username used to authenticate with the Amazon Aurora DB cluster.password
: the password to authenticate the user with the Amazon Aurora DB cluster.database
: the database name to use when connecting with the Amazon Aurora DB cluster.db_engine
: the database engine of the Amazon Aurora DB cluster. This can take one of two values: ‘mysql’ or ‘postgresql’. This parameter is optional, but if it is not provided, aws_access_key_id
and aws_secret_access_key
parameters must be provided.aws_access_key_id
: the access key for the AWS account. This parameter is optional and is only required to be provided if the db_engine
parameter is not provided.aws_secret_access_key
: the secret key for the AWS account. This parameter is optional and is only required to be provided if the db_engine
parameter is not provided.