GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::RDS::DBProxy(3) User Contributed Perl Documentation Paws::RDS::DBProxy(3)

Paws::RDS::DBProxy

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::RDS::DBProxy object:

  $service_obj->Method(Att1 => { Auth => $value, ..., VpcSubnetIds => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::DBProxy object:

  $result = $service_obj->Method(...);
  $result->Att1->Auth

The data structure representing a proxy managed by the RDS Proxy.

This data type is used as a response element in the "DescribeDBProxies" action.

One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.

The date and time when the proxy was first created.

The Amazon Resource Name (ARN) for the proxy.

The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.

Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.

The endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application.

The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.

The number of seconds a connection to the proxy can have no activity before the proxy drops the client connection. The proxy keeps the underlying database connection open and puts it back into the connection pool for reuse by later connection requests.

Default: 1800 (30 minutes)

Constraints: 1 to 28,800

Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.

The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.

The current status of this proxy. A status of "available" means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue.

The date and time when the proxy was last updated.

Provides the VPC ID of the DB proxy.

Provides a list of VPC security groups that the proxy belongs to.

The EC2 subnet IDs for the proxy.

This class forms part of Paws, describing an object used in Paws::RDS

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.