AWS Fundamentals Logo
AWS Fundamentals
AWS::WellArchitected::ReviewTemplate

WellArchitected ReviewTemplate

Creates a review template for the Well-Architected Tool.

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Required
Lenses
Array<string>
RequiredCreate-only
TemplateName
string
Required
Notes
string
Tags
Array<object>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
OwnerstringThe owner of the review template.
TemplateArnstringThe review template ARN.
UpdatedAtstringThe date and time the review template was last updated.
UpdateStatusstringThe latest status of the review template.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

wellarchitected:CreateReviewTemplatewellarchitected:GetReviewTemplatewellarchitected:TagResource

read

wellarchitected:GetReviewTemplate

update

wellarchitected:UpdateReviewTemplatewellarchitected:GetReviewTemplatewellarchitected:TagResourcewellarchitected:UntagResourcewellarchitected:ListTagsForResource

delete

wellarchitected:DeleteReviewTemplatewellarchitected:GetReviewTemplate

list

wellarchitected:ListReviewTemplates

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWellArchitected
Properties9
Required3
TaggingSupported
Primary IDTemplateArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Lenses

Related Resources

External Links