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

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.

    Using getReviewTemplate

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getReviewTemplate(args: GetReviewTemplateArgs, opts?: InvokeOptions): Promise<GetReviewTemplateResult>
    function getReviewTemplateOutput(args: GetReviewTemplateOutputArgs, opts?: InvokeOptions): Output<GetReviewTemplateResult>
    def get_review_template(template_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetReviewTemplateResult
    def get_review_template_output(template_arn: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetReviewTemplateResult]
    func LookupReviewTemplate(ctx *Context, args *LookupReviewTemplateArgs, opts ...InvokeOption) (*LookupReviewTemplateResult, error)
    func LookupReviewTemplateOutput(ctx *Context, args *LookupReviewTemplateOutputArgs, opts ...InvokeOption) LookupReviewTemplateResultOutput

    > Note: This function is named LookupReviewTemplate in the Go SDK.

    public static class GetReviewTemplate 
    {
        public static Task<GetReviewTemplateResult> InvokeAsync(GetReviewTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetReviewTemplateResult> Invoke(GetReviewTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReviewTemplateResult> getReviewTemplate(GetReviewTemplateArgs args, InvokeOptions options)
    public static Output<GetReviewTemplateResult> getReviewTemplate(GetReviewTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:wellarchitected:getReviewTemplate
      arguments:
        # arguments dictionary
    data "aws-native_wellarchitected_get_review_template" "name" {
        # arguments
    }

    The following arguments are supported:

    TemplateArn string
    The review template ARN.
    TemplateArn string
    The review template ARN.
    template_arn string
    The review template ARN.
    templateArn String
    The review template ARN.
    templateArn string
    The review template ARN.
    template_arn str
    The review template ARN.
    templateArn String
    The review template ARN.

    getReviewTemplate Result

    The following output properties are available:

    Description string
    The review template description.
    Notes string
    The notes associated with the review template.
    Owner string
    The owner of the review template.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags assigned to the review template.
    TemplateArn string
    The review template ARN.
    TemplateName string
    The name of the review template.
    UpdateStatus Pulumi.AwsNative.WellArchitected.ReviewTemplateUpdateStatus
    The latest status of the review template.
    UpdatedAt string
    The date and time the review template was last updated.
    Description string
    The review template description.
    Notes string
    The notes associated with the review template.
    Owner string
    The owner of the review template.
    Tags Tag
    The tags assigned to the review template.
    TemplateArn string
    The review template ARN.
    TemplateName string
    The name of the review template.
    UpdateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    UpdatedAt string
    The date and time the review template was last updated.
    description string
    The review template description.
    notes string
    The notes associated with the review template.
    owner string
    The owner of the review template.
    tags list(object)
    The tags assigned to the review template.
    template_arn string
    The review template ARN.
    template_name string
    The name of the review template.
    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.
    description String
    The review template description.
    notes String
    The notes associated with the review template.
    owner String
    The owner of the review template.
    tags List<Tag>
    The tags assigned to the review template.
    templateArn String
    The review template ARN.
    templateName String
    The name of the review template.
    updateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    updatedAt String
    The date and time the review template was last updated.
    description string
    The review template description.
    notes string
    The notes associated with the review template.
    owner string
    The owner of the review template.
    tags Tag[]
    The tags assigned to the review template.
    templateArn string
    The review template ARN.
    templateName string
    The name of the review template.
    updateStatus ReviewTemplateUpdateStatus
    The latest status of the review template.
    updatedAt string
    The date and time the review template was last updated.
    description str
    The review template description.
    notes str
    The notes associated with the review template.
    owner str
    The owner of the review template.
    tags Sequence[root_Tag]
    The tags assigned to the review template.
    template_arn str
    The review template ARN.
    template_name str
    The name of the review template.
    update_status ReviewTemplateUpdateStatus
    The latest status of the review template.
    updated_at str
    The date and time the review template was last updated.
    description String
    The review template description.
    notes String
    The notes associated with the review template.
    owner String
    The owner of the review template.
    tags List<Property Map>
    The tags assigned to the review template.
    templateArn String
    The review template ARN.
    templateName String
    The name of the review template.
    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

    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 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