OpsWorks / Client / update_rds_db_instance

update_rds_db_instance#

OpsWorks.Client.update_rds_db_instance(**kwargs)#

Updates an Amazon RDS instance.

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

See also: AWS API Documentation

Request Syntax

response = client.update_rds_db_instance(
    RdsDbInstanceArn='string',
    DbUser='string',
    DbPassword='string'
)
Parameters:
  • RdsDbInstanceArn (string) –

    [REQUIRED]

    The Amazon RDS instance’s ARN.

  • DbUser (string) – The master user name.

  • DbPassword (string) – The database password.

Returns:

None

Exceptions

  • OpsWorks.Client.exceptions.ValidationException

  • OpsWorks.Client.exceptions.ResourceNotFoundException