AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <RestoreDBInstanceToPointInTimeRequest.h>
Protected Member Functions | |
void | DumpBodyToUrl (Aws::Http::URI &uri) const override |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
Aws::RDS::Model::RestoreDBInstanceToPointInTimeRequest::RestoreDBInstanceToPointInTimeRequest | ( | ) |
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1446 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1436 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1456 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1499 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1505 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 956 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 959 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1187 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1180 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1194 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.
Definition at line 588 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 388 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
Definition at line 922 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 276 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 670 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1553 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 451 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. For more information, see Deleting a DB Instance.
Definition at line 1638 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1215 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1288 of file RestoreDBInstanceToPointInTimeRequest.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 list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1386 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.
For more information about RDS on Outposts, see Working with Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
For more information about CoIPs, see Customer-owned IP addresses in the AWS Outposts User Guide.
Definition at line 1826 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
Definition at line 1345 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 733 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.
Definition at line 582 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 380 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
Definition at line 916 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 265 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 664 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1542 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 444 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. For more information, see Deleting a DB Instance.
Definition at line 1629 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1205 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1282 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1376 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.
For more information about RDS on Outposts, see Working with Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
For more information about CoIPs, see Customer-owned IP addresses in the AWS Outposts User Guide.
Definition at line 1811 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
Definition at line 1335 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 720 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
Constraints: Must be an integer greater than 1000.
SQL Server
Setting the IOPS value for the SQL Server database engine isn't supported.
Definition at line 820 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 608 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
Definition at line 1708 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is a Multi-AZ deployment.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Definition at line 501 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 853 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The port number on which the database accepts connections.
Constraints: Value must be 1150-65535
Default: The same port as the original DB instance.
Definition at line 350 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1463 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is publicly accessible.
When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from within the DB instance's VPC, and to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses, and that public access is not permitted if the security group assigned to the DB instance doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
For more information, see CreateDBInstance.
Definition at line 536 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 175 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 37 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1746 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 51 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1662 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 969 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 938 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 109 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1039 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1088 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
Definition at line 1512 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.
Constraints: Can't be specified if the RestoreTime
parameter is provided.
Definition at line 229 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1138 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
Constraints: Must be an integer greater than 1000.
SQL Server
Setting the IOPS value for the SQL Server database engine isn't supported.
Definition at line 828 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 615 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
Definition at line 1718 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is a Multi-AZ deployment.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Definition at line 508 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 861 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The port number on which the database accepts connections.
Constraints: Value must be 1150-65535
Default: The same port as the original DB instance.
Definition at line 357 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1469 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is publicly accessible.
When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from within the DB instance's VPC, and to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses, and that public access is not permitted if the security group assigned to the DB instance doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
For more information, see CreateDBInstance.
Definition at line 549 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 184 of file RestoreDBInstanceToPointInTimeRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.
Definition at line 594 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 404 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 396 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 412 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
Definition at line 928 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 298 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 287 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 309 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 682 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 676 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 688 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1575 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1564 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1586 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 465 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 458 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 472 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. For more information, see Deleting a DB Instance.
Definition at line 1647 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1235 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1225 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1245 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1300 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1294 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1306 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1406 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1396 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.
For more information about RDS on Outposts, see Working with Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
For more information about CoIPs, see Customer-owned IP addresses in the AWS Outposts User Guide.
Definition at line 1841 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
Definition at line 1355 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 759 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 746 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 772 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
Constraints: Must be an integer greater than 1000.
SQL Server
Setting the IOPS value for the SQL Server database engine isn't supported.
Definition at line 836 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 629 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 622 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 636 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
Definition at line 1728 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is a Multi-AZ deployment.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Definition at line 515 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 877 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 869 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 885 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The port number on which the database accepts connections.
Constraints: Value must be 1150-65535
Default: The same port as the original DB instance.
Definition at line 364 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1481 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1475 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is publicly accessible.
When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from within the DB instance's VPC, and to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses, and that public access is not permitted if the security group assigned to the DB instance doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
For more information, see CreateDBInstance.
Definition at line 562 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 202 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 193 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1767 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1760 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1774 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 72 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 65 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 79 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1677 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1672 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1682 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 996 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 987 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 1005 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 947 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 944 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 133 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 125 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 141 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1057 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1051 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1063 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1106 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1100 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1112 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
Definition at line 1524 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.
Constraints: Can't be specified if the RestoreTime
parameter is provided.
Definition at line 245 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1159 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1152 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1753 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 58 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1667 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 978 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 941 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 117 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1045 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1094 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
Definition at line 1518 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.
Constraints: Can't be specified if the RestoreTime
parameter is provided.
Definition at line 237 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1145 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.
Definition at line 600 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 428 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 420 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Availability Zone (AZ) where the DB instance will be created.
Default: A random, system-chosen Availability Zone.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Example: us-east-1a
Definition at line 436 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.
Definition at line 934 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 331 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 320 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large
. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.
Default: The same DBInstanceClass as the original DB instance.
Definition at line 342 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 700 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 694 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database name for the restored DB instance.
This parameter isn't used for the MySQL or MariaDB engines.
Definition at line 706 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1608 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1597 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the DB parameter group to associate with this DB instance.
If you do not specify a value for DBParameterGroupName
, then the default DBParameterGroup
for the specified DB engine is used.
Constraints:
If supplied, must match the name of an existing DBParameterGroup.
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter.
Can't end with a hyphen or contain two consecutive hyphens.
Definition at line 1619 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 486 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 479 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The DB subnet group name to use for the new instance.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
Definition at line 493 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. For more information, see Deleting a DB Instance.
Definition at line 1656 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1265 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1255 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
For more information, see Kerberos Authentication in the Amazon RDS User Guide.
Definition at line 1275 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1318 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1312 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specify the name of the IAM role to be used when making API calls to the Directory Service.
Definition at line 1324 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1426 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
Definition at line 1416 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.
For more information about RDS on Outposts, see Working with Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
For more information about CoIPs, see Customer-owned IP addresses in the AWS Outposts User Guide.
Definition at line 1856 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
Definition at line 1365 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 798 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 785 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The database engine to use for the new instance.
Default: The same as source
Constraint: Must be compatible with the engine of the source
Valid Values:
mariadb
mysql
oracle-ee
oracle-se2
oracle-se1
oracle-se
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Definition at line 811 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
Constraints: Must be an integer greater than 1000.
SQL Server
Setting the IOPS value for the SQL Server database engine isn't supported.
Definition at line 844 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 650 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 643 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
License model information for the restored DB instance.
Default: Same as source.
Valid values: license-included
| bring-your-own-license
| general-public-license
Definition at line 657 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.
Definition at line 1738 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is a Multi-AZ deployment.
Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ deployment.
Definition at line 522 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 901 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 893 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the option group to be used for the restored DB instance.
Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance
Definition at line 909 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The port number on which the database accepts connections.
Constraints: Value must be 1150-65535
Default: The same port as the original DB instance.
Definition at line 371 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1493 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Definition at line 1487 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is publicly accessible.
When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from within the DB instance's VPC, and to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses, and that public access is not permitted if the security group assigned to the DB instance doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
For more information, see CreateDBInstance.
Definition at line 575 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 220 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The date and time to restore from.
Valid Values: Value must be a time in Universal Coordinated Time (UTC) format
Constraints:
Must be before the latest restorable time for the DB instance
Can't be specified if the UseLatestRestorableTime
parameter is enabled
Example: 2009-09-07T23:45:00Z
Definition at line 211 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1788 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1781 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
Definition at line 1795 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 93 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 86 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The identifier of the source DB instance from which to restore.
Constraints:
Must match the identifier of an existing DB instance.
Definition at line 100 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1692 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1687 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The resource ID of the source DB instance from which to restore.
Definition at line 1697 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 1023 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 1014 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Specifies the storage type to be associated with the DB instance.
Valid values: standard | gp2 | io1
If you specify io1
, you must also include a value for the Iops
parameter.
Default: io1
if the Iops
parameter is specified, otherwise gp2
Definition at line 1032 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 953 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
Definition at line 950 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 157 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 149 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The name of the new DB instance to be created.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Definition at line 165 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1075 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1069 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The ARN from the key store with which to associate the instance for TDE encryption.
Definition at line 1081 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1124 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1118 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
The password for the given ARN from the key store in order to access the device.
Definition at line 1130 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
Definition at line 1530 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.
Constraints: Can't be specified if the RestoreTime
parameter is provided.
Definition at line 253 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1173 of file RestoreDBInstanceToPointInTimeRequest.h.
|
inline |
A list of EC2 VPC security groups to associate with this DB instance.
Default: The default EC2 VPC security group for the DB subnet group's VPC.
Definition at line 1166 of file RestoreDBInstanceToPointInTimeRequest.h.