26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
|
|
IMPORTANT: The file content has been truncated.
|
|
Status: Showing lines 581-600 of 3542 total lines.
|
|
Action: To read more of the file, you can use the 'offset' and 'limit' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use offset: 600.
|
|
|
|
--- FILE CONTENT (truncated) ---
|
|
"staging" => 1
|
|
},
|
|
"engine" => "aurora-postgresql",
|
|
"engine_version" => "11.9",
|
|
"db_name" => "testapp",
|
|
"port" => 5432,
|
|
"maintenance_window" => "mon:19:00-mon:19:30",
|
|
"backup_window" => "09:00-10:00",
|
|
"backup_retention_period" => 31,
|
|
"force_ssl" => true,
|
|
"parameter_store_path_db_url_name" => "DATABASE_URL",
|
|
"sql_backup_scheduled_task_environment_variables" => [
|
|
{
|
|
"name" => "foo",
|
|
"value" => "bar"
|
|
}
|
|
],
|
|
"check_sql_backup_scheduled_task_environment_variables" => [
|
|
{
|
|
"name" => "foo", |