407 lines
17 KiB
C
407 lines
17 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/rds/RDS_EXPORTS.h>
|
|||
|
|
#include <aws/rds/RDSRequest.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSVector.h>
|
|||
|
|
#include <aws/rds/model/UserAuthConfig.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace RDS
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
*/
|
|||
|
|
class AWS_RDS_API ModifyDBProxyRequest : public RDSRequest
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
ModifyDBProxyRequest();
|
|||
|
|
|
|||
|
|
// Service request name is the Operation name which will send this request out,
|
|||
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|||
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|||
|
|
// so we can not get operation's name from response.
|
|||
|
|
inline virtual const char* GetServiceRequestName() const override { return "ModifyDBProxy"; }
|
|||
|
|
|
|||
|
|
Aws::String SerializePayload() const override;
|
|||
|
|
|
|||
|
|
protected:
|
|||
|
|
void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetDBProxyName() const{ return m_dBProxyName; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool DBProxyNameHasBeenSet() const { return m_dBProxyNameHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDBProxyName(const Aws::String& value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDBProxyName(Aws::String&& value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDBProxyName(const char* value) { m_dBProxyNameHasBeenSet = true; m_dBProxyName.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithDBProxyName(const Aws::String& value) { SetDBProxyName(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithDBProxyName(Aws::String&& value) { SetDBProxyName(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The identifier for the <code>DBProxy</code> to modify.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithDBProxyName(const char* value) { SetDBProxyName(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetNewDBProxyName() const{ return m_newDBProxyName; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool NewDBProxyNameHasBeenSet() const { return m_newDBProxyNameHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetNewDBProxyName(const Aws::String& value) { m_newDBProxyNameHasBeenSet = true; m_newDBProxyName = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetNewDBProxyName(Aws::String&& value) { m_newDBProxyNameHasBeenSet = true; m_newDBProxyName = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetNewDBProxyName(const char* value) { m_newDBProxyNameHasBeenSet = true; m_newDBProxyName.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithNewDBProxyName(const Aws::String& value) { SetNewDBProxyName(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithNewDBProxyName(Aws::String&& value) { SetNewDBProxyName(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new identifier for the <code>DBProxy</code>. 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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithNewDBProxyName(const char* value) { SetNewDBProxyName(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::Vector<UserAuthConfig>& GetAuth() const{ return m_auth; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool AuthHasBeenSet() const { return m_authHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetAuth(const Aws::Vector<UserAuthConfig>& value) { m_authHasBeenSet = true; m_auth = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetAuth(Aws::Vector<UserAuthConfig>&& value) { m_authHasBeenSet = true; m_auth = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithAuth(const Aws::Vector<UserAuthConfig>& value) { SetAuth(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithAuth(Aws::Vector<UserAuthConfig>&& value) { SetAuth(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& AddAuth(const UserAuthConfig& value) { m_authHasBeenSet = true; m_auth.push_back(value); return *this; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new authentication settings for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& AddAuth(UserAuthConfig&& value) { m_authHasBeenSet = true; m_auth.push_back(std::move(value)); return *this; }
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool GetRequireTLS() const{ return m_requireTLS; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool RequireTLSHasBeenSet() const { return m_requireTLSHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRequireTLS(bool value) { m_requireTLSHasBeenSet = true; m_requireTLS = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithRequireTLS(bool value) { SetRequireTLS(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline int GetIdleClientTimeout() const{ return m_idleClientTimeout; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool IdleClientTimeoutHasBeenSet() const { return m_idleClientTimeoutHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetIdleClientTimeout(int value) { m_idleClientTimeoutHasBeenSet = true; m_idleClientTimeout = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithIdleClientTimeout(int value) { SetIdleClientTimeout(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool GetDebugLogging() const{ return m_debugLogging; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool DebugLoggingHasBeenSet() const { return m_debugLoggingHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetDebugLogging(bool value) { m_debugLoggingHasBeenSet = true; m_debugLogging = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>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.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithDebugLogging(bool value) { SetDebugLogging(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access
|
|||
|
|
* secrets in AWS Secrets Manager.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::Vector<Aws::String>& GetSecurityGroups() const{ return m_securityGroups; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool SecurityGroupsHasBeenSet() const { return m_securityGroupsHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetSecurityGroups(const Aws::Vector<Aws::String>& value) { m_securityGroupsHasBeenSet = true; m_securityGroups = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetSecurityGroups(Aws::Vector<Aws::String>&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithSecurityGroups(const Aws::Vector<Aws::String>& value) { SetSecurityGroups(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& WithSecurityGroups(Aws::Vector<Aws::String>&& value) { SetSecurityGroups(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& AddSecurityGroups(const Aws::String& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& AddSecurityGroups(Aws::String&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(std::move(value)); return *this; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The new list of security groups for the <code>DBProxy</code>.</p>
|
|||
|
|
*/
|
|||
|
|
inline ModifyDBProxyRequest& AddSecurityGroups(const char* value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; }
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_dBProxyName;
|
|||
|
|
bool m_dBProxyNameHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_newDBProxyName;
|
|||
|
|
bool m_newDBProxyNameHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::Vector<UserAuthConfig> m_auth;
|
|||
|
|
bool m_authHasBeenSet;
|
|||
|
|
|
|||
|
|
bool m_requireTLS;
|
|||
|
|
bool m_requireTLSHasBeenSet;
|
|||
|
|
|
|||
|
|
int m_idleClientTimeout;
|
|||
|
|
bool m_idleClientTimeoutHasBeenSet;
|
|||
|
|
|
|||
|
|
bool m_debugLogging;
|
|||
|
|
bool m_debugLoggingHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_roleArn;
|
|||
|
|
bool m_roleArnHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::Vector<Aws::String> m_securityGroups;
|
|||
|
|
bool m_securityGroupsHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace RDS
|
|||
|
|
} // namespace Aws
|