Interface CfnReviewTemplateMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReviewTemplateMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-13T16:20:29.987Z")
@Stability(Stable)
public interface CfnReviewTemplateMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnReviewTemplatePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.*;
CfnReviewTemplateMixinProps cfnReviewTemplateMixinProps = CfnReviewTemplateMixinProps.builder()
.description("description")
.lenses(List.of("lenses"))
.notes("notes")
.tags(List.of(TagsItemsProperty.builder()
.key("key")
.value("value")
.build()))
.templateName("templateName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReviewTemplateMixinPropsstatic final classAn implementation forCfnReviewTemplateMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe review template description.The lenses applied to the review template.default StringgetNotes()The notes associated with the review template.getTags()The tags assigned to the review template.default StringThe name of the review template.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The review template description.- See Also:
-
getLenses
The lenses applied to the review template.- See Also:
-
getNotes
The notes associated with the review template.- See Also:
-
getTags
The tags assigned to the review template.- See Also:
-
getTemplateName
The name of the review template.- See Also:
-
builder
-