ReviewTemplateReference

class aws_cdk.interfaces.aws_wellarchitected.ReviewTemplateReference(*, template_arn)

Bases: object

A reference to a ReviewTemplate resource.

Parameters:

template_arn (str) – The TemplateArn of the ReviewTemplate resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_wellarchitected as interfaces_wellarchitected

review_template_reference = interfaces_wellarchitected.ReviewTemplateReference(
    template_arn="templateArn"
)

Attributes

template_arn

The TemplateArn of the ReviewTemplate resource.