ContainerFleetDeploymentDetails

data class ContainerFleetDeploymentDetails(val latestDeploymentId: String? = null)

Provides information about the last deployment ID and its status.

Constructors

Link copied to clipboard
constructor(latestDeploymentId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the last deployment on the container fleet. This field will be empty if the container fleet does not have a ContainerGroupDefinition attached.