AmazonBackupMySQLServerParameters Object
Last updated
Last updated
Parameters for the Amazon Backup MySQL Server action.
Specifies the options when backing up all databases. Required when databases
is all-databases
.
Type: object
Required: Conditional
Specifies the option when placing backups into Amazon S3. Required when targetType
is amazon-s3
.
Type: object
Required: Conditional
Availability zone in which to launch the helper EC2 instance.
Type: string
Required: No
Registered credentials to use with the action. One and only one credential must be specified.
Type: Array of string
Required: Yes
Endpoint information to connect to the server. Required when endpointMethod
is specify-endpoint
.
Required: Conditional
Indicates the databases to backup.
Type: string
Valid Values:
all-databases
specific-databases
Required: Yes
Method to use to retrieve connection information to connect to the server.
Type: string
Valid Values:
specify-endpoint
Required: Yes
Version of the backup engine to use. Unless otherwise instructed, use version-2
.
Type: string
Valid Values:
version-1
version-2
Required: Yes
Extra command line arguments to add to the mysqldump
command.
Type: string
Required: No
Instance type to use for the helper EC2 instance.
Type: string
Required: Yes
Indicates whether to omit the --databases
flag from the mysqldump
command line.
Type: boolean
Required: Yes
Private IP address to assign to the helper EC2 instance.
Type: string
Required: No
Regions to use with the action. One and only one region must be specified.
Type: Array of string
Required: Yes
Security group to attach to the helper EC2 instance. The security group should have permissions to connect to establish a connection with your MySQL server.
Type: string
Required: Yes
Specifies the specific database options to backup. Required when databases
is specific-databases
.
Required: Conditional
Use this field to specify options to use a spot instance for your helper EC2 instance.
Required: No
VPC subnet in which to launch the helper EC2 instance.
Type: string
Required: No
Type of target to place the backups.
Type: string
Valid Values:
amazon-s3
Required: Yes
The default EBS volume size is 8 GB. If you require more, specify a larger EBS volume size.
Type: integer
Required: No
Type: object
Type: object
Type: object