AWS::WellArchitected::ReviewTemplateCreates a review template for the Well-Architected Tool.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
Lenses | Array<string> | RequiredCreate-only |
TemplateName | string | Required |
Notes | string | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Owner | string | The owner of the review template. |
TemplateArn | string | The review template ARN. |
UpdatedAt | string | The date and time the review template was last updated. |
UpdateStatus | string | The latest status of the review template. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WellArchitected::ReviewTemplate
Resources:
MyResource:
Type: AWS::WellArchitected::ReviewTemplate
Properties:
TemplateName: "my-templatename"
Description: "value"
Lenses: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
wellarchitected:CreateReviewTemplatewellarchitected:GetReviewTemplatewellarchitected:TagResourcewellarchitected:GetReviewTemplatewellarchitected:UpdateReviewTemplatewellarchitected:GetReviewTemplatewellarchitected:TagResourcewellarchitected:UntagResourcewellarchitected:ListTagsForResourcewellarchitected:DeleteReviewTemplatewellarchitected:GetReviewTemplatewellarchitected:ListReviewTemplatesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTemplateArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Lenses