wellarchitected_update_workload {paws.developer.tools}R Documentation

Update an existing workload

Description

Update an existing workload.

See https://www.paws-r-sdk.com/docs/wellarchitected_update_workload/ for full documentation.

Usage

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
)

Arguments

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.


[Package paws.developer.tools version 0.7.0 Index]