AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <CreateDBProxyRequest.h>
Protected Member Functions | |
void | DumpBodyToUrl (Aws::Http::URI &uri) const override |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
Definition at line 25 of file CreateDBProxyRequest.h.
Aws::RDS::Model::CreateDBProxyRequest::CreateDBProxyRequest | ( | ) |
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 190 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 195 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 482 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 488 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 331 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 326 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 336 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 285 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 280 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 290 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 165 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 57 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 417 of file CreateDBProxyRequest.h.
|
overrideprotectedvirtual |
Default does nothing. Override this to convert what would otherwise be the payload of the request to a query string format.
Reimplemented from Aws::AmazonWebServiceRequest.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 122 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 160 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 49 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 406 of file CreateDBProxyRequest.h.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 114 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 373 of file CreateDBProxyRequest.h.
|
inline |
A Boolean parameter that specifies 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.
Definition at line 344 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 202 of file CreateDBProxyRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 34 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 446 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 296 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 250 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 380 of file CreateDBProxyRequest.h.
|
inline |
A Boolean parameter that specifies 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.
Definition at line 351 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 208 of file CreateDBProxyRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 175 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 170 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 73 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 65 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 81 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 428 of file CreateDBProxyRequest.h.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 130 of file CreateDBProxyRequest.h.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 138 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 387 of file CreateDBProxyRequest.h.
|
inline |
A Boolean parameter that specifies 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.
Definition at line 358 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 220 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 214 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 226 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 464 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 458 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 311 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 306 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 265 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 260 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 452 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 301 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 255 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 185 of file CreateDBProxyRequest.h.
|
inline |
The authorization mechanism that the proxy uses.
Definition at line 180 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 97 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 89 of file CreateDBProxyRequest.h.
|
inline |
The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region. 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.
Definition at line 105 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 439 of file CreateDBProxyRequest.h.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 146 of file CreateDBProxyRequest.h.
|
inline |
The kinds of databases that the proxy can connect to. This value determines which database network protocol the proxy recognizes when it interprets network traffic to and from the database. The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.
Definition at line 154 of file CreateDBProxyRequest.h.
|
inline |
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.
Definition at line 394 of file CreateDBProxyRequest.h.
|
inline |
A Boolean parameter that specifies 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.
Definition at line 365 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 238 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 232 of file CreateDBProxyRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the IAM role that the proxy uses to access secrets in AWS Secrets Manager.
Definition at line 244 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 476 of file CreateDBProxyRequest.h.
|
inline |
An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
Definition at line 470 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 321 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC security group IDs to associate with the new proxy.
Definition at line 316 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 275 of file CreateDBProxyRequest.h.
|
inline |
One or more VPC subnet IDs to associate with the new proxy.
Definition at line 270 of file CreateDBProxyRequest.h.