Application Attributes Args
data class ApplicationAttributesArgs(val businessOwners: Output<List<ApplicationAttributesBusinessOwnerArgs>>? = null, val criticality: Output<ApplicationAttributesCriticalityArgs>? = null, val developerOwners: Output<List<ApplicationAttributesDeveloperOwnerArgs>>? = null, val environment: Output<ApplicationAttributesEnvironmentArgs>? = null, val operatorOwners: Output<List<ApplicationAttributesOperatorOwnerArgs>>? = null) : ConvertibleToJava<ApplicationAttributesArgs>
Constructors
Link copied to clipboard
constructor(businessOwners: Output<List<ApplicationAttributesBusinessOwnerArgs>>? = null, criticality: Output<ApplicationAttributesCriticalityArgs>? = null, developerOwners: Output<List<ApplicationAttributesDeveloperOwnerArgs>>? = null, environment: Output<ApplicationAttributesEnvironmentArgs>? = null, operatorOwners: Output<List<ApplicationAttributesOperatorOwnerArgs>>? = null)
Properties
Link copied to clipboard
Optional. 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
Optional. 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
Optional. Operator team that ensures runtime and operations. Structure is documented below.