DeploymentData

The data associated with a deployment.

Types

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

Properties

Link copied to clipboard

The time the deployment was created.

Link copied to clipboard

The time the deployment was deleted.

Link copied to clipboard

The Amazon Resource Name (ARN) of the deployment.

Link copied to clipboard
val id: String?

The ID of the deployment.

Link copied to clipboard
val name: String?

The name of the deployment.

Link copied to clipboard

The pattern name of the deployment.

Link copied to clipboard

The resource group of the deployment.

Link copied to clipboard

The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.

Link copied to clipboard

The status of the deployment.

Link copied to clipboard

Information about the tags attached to a deployment.

Link copied to clipboard

The name of the workload.

Functions

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