View source: R/wellarchitected_operations.R
wellarchitected_update_workload | R Documentation |
Update an existing workload.
See https://www.paws-r-sdk.com/docs/wellarchitected_update_workload/ for full documentation.
wellarchitected_update_workload(
WorkloadId,
WorkloadName = NULL,
Description = NULL,
Environment = NULL,
AccountIds = NULL,
AwsRegions = NULL,
NonAwsRegions = NULL,
PillarPriorities = NULL,
ArchitecturalDesign = NULL,
ReviewOwner = NULL,
IsReviewOwnerUpdateAcknowledged = NULL,
IndustryType = NULL,
Industry = NULL,
Notes = NULL,
ImprovementStatus = NULL,
DiscoveryConfig = NULL,
Applications = NULL,
JiraConfiguration = NULL
)
WorkloadId |
[required] |
WorkloadName |
|
Description |
|
Environment |
|
AccountIds |
|
AwsRegions |
|
NonAwsRegions |
|
PillarPriorities |
|
ArchitecturalDesign |
|
ReviewOwner |
|
IsReviewOwnerUpdateAcknowledged |
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 |
|
Industry |
|
Notes |
|
ImprovementStatus |
|
DiscoveryConfig |
Well-Architected discovery configuration settings to associate to the workload. |
Applications |
List of AppRegistry application ARNs to associate to the workload. |
JiraConfiguration |
Configuration of the Jira integration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.