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
published on Monday, Aug 3, 2026 by Pulumi
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
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 dictionarydata "aws-native_wellarchitected_get_review_template" "name" {
# arguments
}The following arguments are supported:
- Template
Arn string - The review template ARN.
- Template
Arn string - The review template ARN.
- template_
arn string - The review template ARN.
- template
Arn String - The review template ARN.
- template
Arn string - The review template ARN.
- template_
arn str - The review template ARN.
- template
Arn 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.
-
List<Pulumi.
Aws Native. Outputs. Tag> - 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 Pulumi.Aws Native. Well Architected. Review Template Update Status - 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.
- Tag
- 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 ReviewTemplate Update Status - 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.
- 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.
- List<Tag>
- 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 ReviewTemplate Update Status - 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.
- Tag[]
- 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 ReviewTemplate Update Status - The latest status of the review template.
- updated
At 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.
- 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 ReviewTemplate Update Status - 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.
- List<Property Map>
- 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.
Supporting Types
ReviewTemplateUpdateStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 3, 2026 by Pulumi