| Modifier and Type | Method and Description |
|---|---|
static TemplateAssertions |
TemplateAssertions.fromStack(Stack stack)
(experimental) Base your assertions on the CloudFormation template synthesized by a CDK `Stack`.
|
static TemplateAssertions |
TemplateAssertions.fromString(String template)
(experimental) Base your assertions from an existing CloudFormation template formatted as a string.
|
static TemplateAssertions |
TemplateAssertions.fromTemplate(Map<String,? extends Object> template)
(experimental) Base your assertions from an existing CloudFormation template formatted as a nested set of records.
|
Copyright © 2021. All rights reserved.