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 TemplateTemplate.fromJSON(Map<String, ? extends Object> template, TemplateParsingOptions templateParsingOptions) Base 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.fromStack(Stack stack, TemplateParsingOptions templateParsingOptions) Base 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.static TemplateTemplate.fromString(String template, TemplateParsingOptions templateParsingOptions) Base your assertions from an existing CloudFormation template formatted as a JSON string.