rds_modify_db_recommendation: Updates the recommendation status and recommended action...

View source: R/rds_operations.R

rds_modify_db_recommendationR Documentation

Updates the recommendation status and recommended action status for the specified recommendation

Description

Updates the recommendation status and recommended action status for the specified recommendation.

See https://www.paws-r-sdk.com/docs/rds_modify_db_recommendation/ for full documentation.

Usage

rds_modify_db_recommendation(
  RecommendationId,
  Locale = NULL,
  Status = NULL,
  RecommendedActionUpdates = NULL
)

Arguments

RecommendationId

[required] The identifier of the recommendation to update.

Locale

The language of the modified recommendation.

Status

The recommendation status to update.

Valid values:

  • active

  • dismissed

RecommendedActionUpdates

The list of recommended action status to update. You can update multiple recommended actions at one time.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.