GetDeploymentResult

data class GetDeploymentResult(val arn: String? = null, val createdAt: String? = null, val deletedAt: String? = null, val deploymentId: String? = null, val resourceGroup: String? = null, val status: DeploymentStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, deletedAt: String? = null, deploymentId: String? = null, resourceGroup: String? = null, status: DeploymentStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

ARN of the LaunchWizard deployment

Link copied to clipboard
val createdAt: String? = null

Timestamp of LaunchWizard deployment creation

Link copied to clipboard
val deletedAt: String? = null

Timestamp of LaunchWizard deployment deletion

Link copied to clipboard
val deploymentId: String? = null

Deployment ID of the LaunchWizard deployment

Link copied to clipboard
val resourceGroup: String? = null

Resource Group Name created for LaunchWizard deployment

Link copied to clipboard

Status of LaunchWizard deployment

Link copied to clipboard
val tags: List<Tag>? = null

Tags for LaunchWizard deployment