opsworks_describe_rds_db_instances {paws.management} | R Documentation |
Describes Amazon RDS instances
Description
Describes Amazon RDS instances.
See https://www.paws-r-sdk.com/docs/opsworks_describe_rds_db_instances/ for full documentation.
Usage
opsworks_describe_rds_db_instances(StackId, RdsDbInstanceArns = NULL)
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. |
[Package paws.management version 0.9.0 Index]