Update rds.py (#49674)
Adds endpoint and port to the instance return values for rds.py. Partial fix for #37209
This commit is contained in:
parent
eb61d26a2a
commit
41a6c1d220
1 changed files with 10 additions and 0 deletions
|
@ -319,6 +319,16 @@ db_name:
|
||||||
returned: when RDS instance exists
|
returned: when RDS instance exists
|
||||||
type: string
|
type: string
|
||||||
sample: "ASERTG"
|
sample: "ASERTG"
|
||||||
|
endpoint:
|
||||||
|
description: the endpoint uri of the database instance
|
||||||
|
returned: when RDS instance exists
|
||||||
|
type: string
|
||||||
|
sample: "my-ansible-database.asdfaosdgih.us-east-1.rds.amazonaws.com"
|
||||||
|
port:
|
||||||
|
description: the listening port of the database instance
|
||||||
|
returned: when RDS instance exists
|
||||||
|
type: int
|
||||||
|
sample: 3306
|
||||||
parameter_groups:
|
parameter_groups:
|
||||||
description: the list of DB parameter groups applied to this RDS instance
|
description: the list of DB parameter groups applied to this RDS instance
|
||||||
returned: when RDS instance exists and parameter groups are defined
|
returned: when RDS instance exists and parameter groups are defined
|
||||||
|
|
Loading…
Reference in a new issue