Activity

class Activity

Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the activity.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Auto Scaling group.

Link copied to clipboard

The name of the Auto Scaling group.

Link copied to clipboard

The state of the Auto Scaling group, which is either InService or Deleted.

Link copied to clipboard

The reason the activity began.

Link copied to clipboard

A friendly, more verbose description of the activity.

Link copied to clipboard

The details about the activity.

Link copied to clipboard

The end time of the activity.

Link copied to clipboard

A value between 0 and 100 that indicates the progress of the activity.

Link copied to clipboard

The start time of the activity.

Link copied to clipboard

The current status of the activity.

Link copied to clipboard

A friendly, more verbose description of the activity status.

Functions

Link copied to clipboard
inline fun copy(block: Activity.Builder.() -> Unit = {}): Activity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String