DeploymentSummary

Information about the deployment.

Types

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

Properties

Link copied to clipboard

Time the deployment completed.

Link copied to clipboard

The name of the configuration.

Link copied to clipboard

The version of the configuration.

Link copied to clipboard

Total amount of time the deployment lasted.

Link copied to clipboard

The sequence number of the deployment.

Link copied to clipboard

The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

Link copied to clipboard

The percentage of targets to receive a deployed configuration during each interval.

Link copied to clipboard

The algorithm used to define how percentage grows over time.

Link copied to clipboard

The percentage of targets for which the deployment is available.

Link copied to clipboard

Time the deployment started.

Link copied to clipboard

The state of the deployment.

Link copied to clipboard

A user-defined label for an AppConfig hosted configuration version.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentSummary.Builder.() -> Unit = {}): DeploymentSummary
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