VM::EC2::DB::Endpoint(3) An RDS Database Endpoint

SYNOPSIS


use VM::EC2;
($i) = $ec2->describe_db_instances(-db_instance_identifier => 'mydb');
print $i->Endpoint,"\n";

DESCRIPTION

This object represents the endpoint of a DB Instance.

STRING OVERLOADING

In string context, this object returns a string containing the Address and Port of the endpoint in the form 'Address:Port'.

AUTHOR

Lance Kinley <[email protected]>.

Copyright (c) 2013 Loyalty Methods, Inc.

This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.