wellarchitected_update_workload: Update an existing workload

View source: R/wellarchitected_operations.R

wellarchitected_update_workloadR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.