View source: R/wellarchitected_operations.R
wellarchitected_update_review_template | R Documentation |
Update a review template.
See https://www.paws-r-sdk.com/docs/wellarchitected_update_review_template/ for full documentation.
wellarchitected_update_review_template(
TemplateArn,
TemplateName = NULL,
Description = NULL,
Notes = NULL,
LensesToAssociate = NULL,
LensesToDisassociate = NULL
)
TemplateArn |
[required] The review template ARN. |
TemplateName |
The review template name. |
Description |
The review template description. |
Notes |
|
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.