1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. wellarchitected
  6. ReviewTemplate

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Creates a review template for the Well-Architected Tool.

    Create ReviewTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ReviewTemplate(name: string, args: ReviewTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def ReviewTemplate(resource_name: str,
                       args: ReviewTemplateArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ReviewTemplate(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       description: Optional[str] = None,
                       lenses: Optional[Sequence[str]] = None,
                       notes: Optional[str] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                       template_name: Optional[str] = None)
    func NewReviewTemplate(ctx *Context, name string, args ReviewTemplateArgs, opts ...ResourceOption) (*ReviewTemplate, error)
    public ReviewTemplate(string name, ReviewTemplateArgs args, CustomResourceOptions? opts = null)
    public ReviewTemplate(String name, ReviewTemplateArgs args)
    public ReviewTemplate(String name, ReviewTemplateArgs args, CustomResourceOptions options)
    
    type: aws-native:wellarchitected:ReviewTemplate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_wellarchitected_review_template" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args ReviewTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ReviewTemplateArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ReviewTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ReviewTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ReviewTemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ReviewTemplate Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ReviewTemplate resource accepts the following input properties:

    Description string
    The review template description.
    Lenses List<string>
    The lenses applied to the review template.
    Notes string
    The notes associated with the review template.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags assigned to the review template.
    TemplateName string
    The name of the review template.
    Description string
    The review template description.
    Lenses []string
    The lenses applied to the review template.
    Notes string
    The notes associated with the review template.
    Tags TagArgs
    The tags assigned to the review template.
    TemplateName string
    The name of the review template.
    description string
    The review template description.
    lenses list(string)
    The lenses applied to the review template.
    notes string
    The notes associated with the review template.
    tags list(object)
    The tags assigned to the review template.
    template_name string
    The name of the review template.
    description String
    The review template description.
    lenses List<String>
    The lenses applied to the review template.
    notes String
    The notes associated with the review template.
    tags List<Tag>
    The tags assigned to the review template.
    templateName String
    The name of the review template.
    description string
    The review template description.
    lenses string[]
    The lenses applied to the review template.
    notes string
    The notes associated with the review template.
    tags Tag[]
    The tags assigned to the review template.
    templateName string
    The name of the review template.
    description str
    The review template description.
    lenses Sequence[str]
    The lenses applied to the review template.
    notes str
    The notes associated with the review template.
    tags Sequence[TagArgs]
    The tags assigned to the review template.
    template_name str
    The name of the review template.
    description String
    The review template description.
    lenses List<String>
    The lenses applied to the review template.
    notes String
    The notes associated with the review template.
    tags List<Property Map>
    The tags assigned to the review template.
    templateName String
    The name of the review template.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ReviewTemplate resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Owner string
    The owner of the review template.
    TemplateArn string
    The review template ARN.
    UpdateStatus Pulumi.AwsNative.WellArchitected.ReviewTemplateUpdateStatus
    The latest status of the review template.
    UpdatedAt string
    The date and time the review template was last updated.
    Id string
    The provider-assigned unique ID for this managed resource.
    Owner string
    The owner of the review template.
    TemplateArn string
    The review template ARN.
    UpdateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    UpdatedAt string
    The date and time the review template was last updated.
    id string
    The provider-assigned unique ID for this managed resource.
    owner string
    The owner of the review template.
    template_arn string
    The review template ARN.
    update_status "CURRENT" | "LENS_NOT_CURRENT"
    The latest status of the review template.
    updated_at string
    The date and time the review template was last updated.
    id String
    The provider-assigned unique ID for this managed resource.
    owner String
    The owner of the review template.
    templateArn String
    The review template ARN.
    updateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    updatedAt String
    The date and time the review template was last updated.
    id string
    The provider-assigned unique ID for this managed resource.
    owner string
    The owner of the review template.
    templateArn string
    The review template ARN.
    updateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    updatedAt string
    The date and time the review template was last updated.
    id str
    The provider-assigned unique ID for this managed resource.
    owner str
    The owner of the review template.
    template_arn str
    The review template ARN.
    update_status ReviewTemplateUpdateStatus
    The latest status of the review template.
    updated_at str
    The date and time the review template was last updated.
    id String
    The provider-assigned unique ID for this managed resource.
    owner String
    The owner of the review template.
    templateArn String
    The review template ARN.
    updateStatus "CURRENT" | "LENS_NOT_CURRENT"
    The latest status of the review template.
    updatedAt String
    The date and time the review template was last updated.

    Supporting Types

    ReviewTemplateUpdateStatus, ReviewTemplateUpdateStatusArgs

    Current
    CURRENT
    LensNotCurrent
    LENS_NOT_CURRENT
    ReviewTemplateUpdateStatusCurrent
    CURRENT
    ReviewTemplateUpdateStatusLensNotCurrent
    LENS_NOT_CURRENT
    "CURRENT"
    CURRENT
    "LENS_NOT_CURRENT"
    LENS_NOT_CURRENT
    Current
    CURRENT
    LensNotCurrent
    LENS_NOT_CURRENT
    Current
    CURRENT
    LensNotCurrent
    LENS_NOT_CURRENT
    CURRENT
    CURRENT
    LENS_NOT_CURRENT
    LENS_NOT_CURRENT
    "CURRENT"
    CURRENT
    "LENS_NOT_CURRENT"
    LENS_NOT_CURRENT

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial