wellarchitected_create_review_template {paws.developer.tools} | R Documentation |
Create a review template
Description
Create a review template.
See https://www.paws-r-sdk.com/docs/wellarchitected_create_review_template/ for full documentation.
Usage
wellarchitected_create_review_template(
TemplateName,
Description,
Lenses,
Notes = NULL,
Tags = NULL,
ClientRequestToken
)
Arguments
TemplateName |
[required] Name of the review template. |
Description |
[required] The review template description. |
Lenses |
[required] Lenses applied to the review template. |
Notes |
|
Tags |
The tags assigned to the review template. |
ClientRequestToken |
[required] |
[Package paws.developer.tools version 0.7.0 Index]