WorkloadData

Describes a workload.

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 description of a workload.

Link copied to clipboard

The display name of a workload.

Link copied to clipboard

The URL of a workload document.

Link copied to clipboard

The URL of a workload icon.

Link copied to clipboard

The status of a workload.

Link copied to clipboard

The message about a workload's status.

Link copied to clipboard

The name of the workload.

Functions

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