Namespace Amazon.CDK.Assertions
Classes
| Annotations | Suite of assertions that can be run on a CDK Stack. |
| Capture | Capture values while matching templates. |
| Match | Partial and special matching during template assertions. |
| MatchCapture | Information about a value captured during match. |
| MatchFailure | Match failure details. |
| MatchResult | The result of |
| Matcher | Represents a matcher that can perform special data matching capabilities between a given pattern and a target. |
| Tags | Allows assertions on the tags associated with a synthesized CDK stack's manifest. |
| Template | Suite of assertions that can be run on a CDK stack. |
| TemplateParsingOptions | Options to configure template parsing behavior, such as disregarding circular dependencies. |
Interfaces
| IMatchCapture | Information about a value captured during match. |
| IMatchFailure | Match failure details. |
| ITemplateParsingOptions | Options to configure template parsing behavior, such as disregarding circular dependencies. |