Skip to content

Deregister Rds Db Instance

opsworks_deregister_rds_db_instance R Documentation

Deregisters an Amazon RDS instance

Description

Deregisters 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.

Usage

opsworks_deregister_rds_db_instance(RdsDbInstanceArn)

Arguments

RdsDbInstanceArn

[required] The Amazon RDS instance's ARN.

Value

An empty list.

Request syntax

svc$deregister_rds_db_instance(
  RdsDbInstanceArn = "string"
)