Learn R Programming

paws.developer.tools (version 0.8.0)

wellarchitected_update_review_template: 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.