paws.management (version 0.1.0)

opsworks_describe_rds_db_instances: Describes Amazon RDS instances

Description

Describes Amazon RDS instances.

Usage

opsworks_describe_rds_db_instances(StackId, RdsDbInstanceArns)

Arguments

StackId

[required] The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.

RdsDbInstanceArns

An array containing the ARNs of the instances to be described.

Request syntax

svc$describe_rds_db_instances(
  StackId = "string",
  RdsDbInstanceArns = list(
    "string"
  )
)

Details

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

This call accepts only one resource-identifying parameter.