Update a review template
Source:R/wellarchitected_operations.R
wellarchitected_update_review_template.RdUpdate a review template.
See https://www.paws-r-sdk.com/docs/wellarchitected_update_review_template/ for full documentation.
Usage
wellarchitected_update_review_template(
TemplateArn,
TemplateName = NULL,
Description = NULL,
Notes = NULL,
LensesToAssociate = NULL,
LensesToDisassociate = NULL
)Arguments
- TemplateArn
[required] The review template ARN.
- TemplateName
The review template name.
- Description
The review template description.
- Notes
The notes associated with the workload.
For a review template, these are the notes that will be associated with the workload when the template is applied.
- LensesToAssociate
A list of lens aliases or ARNs to apply to the review template.
- LensesToDisassociate
A list of lens aliases or ARNs to unapply to the review template. The
wellarchitectedlens cannot be unapplied.