| Package | Description |
|---|---|
| software.amazon.awscdk.assertions |
Assertions
|
| Modifier and Type | Method and Description |
|---|---|
static Template |
Template.fromJSON(Map<String,? extends Object> template)
Base your assertions from an existing CloudFormation template formatted as an in-memory JSON object.
|
static Template |
Template.fromStack(Stack stack)
Base your assertions on the CloudFormation template synthesized by a CDK `Stack`.
|
static Template |
Template.fromString(String template)
Base your assertions from an existing CloudFormation template formatted as a JSON string.
|
Copyright © 2022. All rights reserved.