Uses of Interface
software.amazon.awscdk.assertions.TemplateParsingOptions
Packages that use TemplateParsingOptions
-
Uses of TemplateParsingOptions in software.amazon.awscdk.assertions
Classes in software.amazon.awscdk.assertions that implement TemplateParsingOptionsMethods in software.amazon.awscdk.assertions that return TemplateParsingOptionsModifier and TypeMethodDescriptionTemplateParsingOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.assertions with parameters of type TemplateParsingOptionsModifier and TypeMethodDescriptionstatic 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 TemplateTemplate.fromStack(Stack stack, TemplateParsingOptions templateParsingOptions) Base your assertions on the CloudFormation template synthesized by a CDKStack.static TemplateTemplate.fromString(String template, TemplateParsingOptions templateParsingOptions) Base your assertions from an existing CloudFormation template formatted as a JSON string.