Values.WorkloadSourceA workload return object.
type nonrec t = {workloadId : WorkloadId.t option;workloadArn : WorkloadArn.t option;workloadName : WorkloadName.t option;description : WorkloadDescription.t option;environment : WorkloadEnvironment.t option;updatedAt : Timestamp.t option;accountIds : WorkloadAccountIds.t option;awsRegions : WorkloadAwsRegions.t option;nonAwsRegions : WorkloadNonAwsRegions.t option;architecturalDesign : WorkloadArchitecturalDesign.t option;reviewOwner : WorkloadReviewOwner.t option;reviewRestrictionDate : Timestamp.t option;isReviewOwnerUpdateAcknowledged : IsReviewOwnerUpdateAcknowledged.t option;Flag indicating whether the workload owner has acknowledged that the Review owner field is required. If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
*)industryType : WorkloadIndustryType.t option;industry : WorkloadIndustry.t option;notes : Notes.t option;improvementStatus : WorkloadImprovementStatus.t option;riskCounts : RiskCounts.t option;pillarPriorities : WorkloadPillarPriorities.t option;lenses : WorkloadLenses.t option;owner : AwsAccountId.t option;discoveryConfig : WorkloadDiscoveryConfig.t option;Discovery configuration associated to the workload.
*)applications : WorkloadApplications.t option;List of AppRegistry application ARNs associated to the workload.
*)profiles : WorkloadProfiles.t option;Profile associated with a workload.
*)prioritizedRiskCounts : RiskCounts.t option;jiraConfiguration : WorkloadJiraConfigurationOutput.t option;Jira configuration for a specific workload.
*)}val make :
?workloadId:??? ->
?workloadArn:??? ->
?workloadName:??? ->
?description:??? ->
?environment:??? ->
?updatedAt:??? ->
?accountIds:??? ->
?awsRegions:??? ->
?nonAwsRegions:??? ->
?architecturalDesign:??? ->
?reviewOwner:??? ->
?reviewRestrictionDate:??? ->
?isReviewOwnerUpdateAcknowledged:??? ->
?industryType:??? ->
?industry:??? ->
?notes:??? ->
?improvementStatus:??? ->
?riskCounts:??? ->
?pillarPriorities:??? ->
?lenses:??? ->
?owner:??? ->
?shareInvitationId:??? ->
?tags:??? ->
?discoveryConfig:??? ->
?applications:??? ->
?profiles:??? ->
?prioritizedRiskCounts:??? ->
?jiraConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsReviewOwnerUpdateAcknowledged.t
| `Enum of string
| `List of
[> `String of AwsAccountId.t
| `Structure of (string * [> `String of ProfileArn.t ]) list ]
list
| `Map of
([> `Enum of string | `String of TagKey.t ]
* [> `Integer of Count.t | `String of TagValue.t ])
list
| `String of WorkloadId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of JiraProjectKey.t ])
list
| `Timestamp of Timestamp.t ])
list ]