Uses of Class
software.amazon.awscdk.assertions.Template
Packages that use Template
-
Uses of Template in software.amazon.awscdk.assertions
Methods in software.amazon.awscdk.assertions that return TemplateModifier and TypeMethodDescriptionstatic TemplateBase your assertions from an existing CloudFormation template formatted as an in-memory JSON object.static TemplateBase your assertions on the CloudFormation template synthesized by a CDKStack.static TemplateTemplate.fromString(String template) Base your assertions from an existing CloudFormation template formatted as a JSON string.