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::ModifyDBProxy(3) User Contributed Perl Documentation Paws::RDS::ModifyDBProxy(3)

Paws::RDS::ModifyDBProxy - Arguments for method ModifyDBProxy on Paws::RDS

This class represents the parameters used for calling the method ModifyDBProxy on the Amazon Relational Database Service service. Use the attributes of this class as arguments to method ModifyDBProxy.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ModifyDBProxy.

    my $rds = Paws->service('RDS');
    my $ModifyDBProxyResponse = $rds->ModifyDBProxy(
      DBProxyName => 'MyString',
      Auth        => [
        {
          AuthScheme  => 'SECRETS',     # values: SECRETS; OPTIONAL
          Description => 'MyString',
          IAMAuth     => 'DISABLED',    # values: DISABLED, REQUIRED; OPTIONAL
          SecretArn   => 'MyString',
          UserName    => 'MyString',
        },
        ...
      ],    # OPTIONAL
      DebugLogging      => 1,                      # OPTIONAL
      IdleClientTimeout => 1,                      # OPTIONAL
      NewDBProxyName    => 'MyString',             # OPTIONAL
      RequireTLS        => 1,                      # OPTIONAL
      RoleArn           => 'MyString',             # OPTIONAL
      SecurityGroups    => [ 'MyString', ... ],    # OPTIONAL
    );
    # Results:
    my $DBProxy = $ModifyDBProxyResponse->DBProxy;
    # Returns a L<Paws::RDS::ModifyDBProxyResponse> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/rds/ModifyDBProxy>

The new authentication settings for the "DBProxy".

REQUIRED DBProxyName => Str

The identifier for the "DBProxy" to modify.

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 number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.

The new identifier for the "DBProxy". An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

Whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy, even if the associated database doesn't use TLS.

The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in Amazon Web Services Secrets Manager.

The new list of security groups for the "DBProxy".

This class forms part of Paws, documenting arguments for method ModifyDBProxy 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.