GetServerResult

data class GetServerResult(val arn: String? = null, val backupRetentionCount: Int? = null, val disableAutomatedBackup: Boolean? = null, val endpoint: String? = null, val preferredBackupWindow: String? = null, val preferredMaintenanceWindow: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, backupRetentionCount: Int? = null, disableAutomatedBackup: Boolean? = null, endpoint: String? = null, preferredBackupWindow: String? = null, preferredMaintenanceWindow: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the server, such as arn:aws:OpsWorksCM:us-east-1:123456789012:server/server-a1bzhi .

Link copied to clipboard

The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is 1 .

Link copied to clipboard

Enable or disable scheduled backups. Valid values are true or false . The default value is true .

Link copied to clipboard
val endpoint: String? = null

A DNS name that can be used to access the engine. Example: myserver-asdfghjkl.us-east-1.opsworks.io .

Link copied to clipboard

The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats:

Link copied to clipboard

The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: DDD:HH:MM . MM must be specified as 00 . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See TimeWindowDefinition for more information. Example: Mon:08:00 , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)