Workload Attributes Args
data class WorkloadAttributesArgs(val businessOwners: Output<List<WorkloadAttributesBusinessOwnerArgs>>? = null, val criticality: Output<WorkloadAttributesCriticalityArgs>? = null, val developerOwners: Output<List<WorkloadAttributesDeveloperOwnerArgs>>? = null, val environment: Output<WorkloadAttributesEnvironmentArgs>? = null, val operatorOwners: Output<List<WorkloadAttributesOperatorOwnerArgs>>? = null) : ConvertibleToJava<WorkloadAttributesArgs>
Constructors
Link copied to clipboard
constructor(businessOwners: Output<List<WorkloadAttributesBusinessOwnerArgs>>? = null, criticality: Output<WorkloadAttributesCriticalityArgs>? = null, developerOwners: Output<List<WorkloadAttributesDeveloperOwnerArgs>>? = null, environment: Output<WorkloadAttributesEnvironmentArgs>? = null, operatorOwners: Output<List<WorkloadAttributesOperatorOwnerArgs>>? = null)
Properties
Link copied to clipboard
Business team that ensures user needs are met and value is delivered Structure is documented below.
Link copied to clipboard
Criticality of the Application, Service, or Workload Structure is documented below.
Link copied to clipboard
Developer team that owns development and coding. Structure is documented below.
Link copied to clipboard
Environment of the Application, Service, or Workload Structure is documented below.
Link copied to clipboard
Operator team that ensures runtime and operations. Structure is documented below.