WorkloadDeploymentPatternData

The data that details a workload deployment pattern.

Types

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

Properties

Link copied to clipboard

Optional list of constraints describing what kind of AWS account is allowed to deploy this workload or deployment pattern. Within a single list the semantics are OR: an account satisfies the list if it satisfies any entry. Workload-level and pattern-level lists combine with AND at deployment time. An absent or empty list at this level means no constraint at this level.

Link copied to clipboard

The name of the deployment pattern.

Link copied to clipboard

The version name of the deployment pattern.

Link copied to clipboard

The description of the deployment pattern.

Link copied to clipboard

The display name of the deployment pattern.

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 pattern.

Link copied to clipboard

The status message of the deployment pattern.

Link copied to clipboard

The workload name of the deployment pattern.

Link copied to clipboard

The workload version name of the deployment pattern.

Functions

Link copied to clipboard
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