wellarchitected_update_review_template: Update a review template

View source: R/wellarchitected_operations.R

wellarchitected_update_review_templateR Documentation

Update a review template

Description

Update 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
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 wellarchitected lens cannot be unapplied.


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