Values.CreateWorkloadInputSourceInput for workload creation.
type nonrec t = {workloadName : WorkloadName.t;description : WorkloadDescription.t;environment : WorkloadEnvironment.t;accountIds : WorkloadAccountIds.t option;awsRegions : WorkloadAwsRegions.t option;nonAwsRegions : WorkloadNonAwsRegions.t option;pillarPriorities : WorkloadPillarPriorities.t option;architecturalDesign : WorkloadArchitecturalDesign.t option;reviewOwner : WorkloadReviewOwner.t option;industryType : WorkloadIndustryType.t option;industry : WorkloadIndustry.t option;lenses : WorkloadLenses.t;notes : Notes.t option;clientRequestToken : ClientRequestToken.t;discoveryConfig : WorkloadDiscoveryConfig.t option;Well-Architected discovery configuration settings associated to the workload.
*)applications : WorkloadApplications.t option;List of AppRegistry application ARNs associated to the workload.
*)profileArns : WorkloadProfileArns.t option;The list of profile ARNs associated with the workload.
*)reviewTemplateArns : ReviewTemplateArns.t option;The list of review template ARNs to associate with the workload.
*)jiraConfiguration : WorkloadJiraConfigurationInput.t option;Jira configuration settings when creating a workload.
*)}val make :
?accountIds:??? ->
?awsRegions:??? ->
?nonAwsRegions:??? ->
?pillarPriorities:??? ->
?architecturalDesign:??? ->
?reviewOwner:??? ->
?industryType:??? ->
?industry:??? ->
?notes:??? ->
?tags:??? ->
?discoveryConfig:??? ->
?applications:??? ->
?profileArns:??? ->
?reviewTemplateArns:??? ->
?jiraConfiguration:??? ->
workloadName:WorkloadName.t ->
description:WorkloadDescription.t ->
environment:WorkloadEnvironment.t ->
lenses:WorkloadLenses.t ->
clientRequestToken:ClientRequestToken.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AwsAccountId.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of WorkloadName.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of JiraProjectKey.t ])
list ])
list ]