# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
And checks that at both of the given predicateMatchSpec's evaluates to True.
Contains checks that the named child attribute has a value in the map, list or attribute.
EndsWith checks that the named child attribute has a value that ends with the check value.
Equals checks that the named child attribute has a value equal to the check value.
GreaterThan checks that the named attribute value is greater than the check value.
GreaterThanOrEqualTo checks that the named attribute value is greater than or equal to the check value.
HasTag checks if there is an expected check for the resource, taking into account provider default checks.
InModule checks that the block is part of a module.
IsAny checks that the named attribute value can be found in the provided slice.
IsEmpty checks that the named attribute value is empty.
IsNone checks that the named attribute value cannot be found in the provided slice.
IsPresent checks that the named child is present in the block.
LessThan checks that the named attribute value is less than the check value.
LessThanOrEqualTo checks that the named attribute value is less than or equal to the check value.
Not checks that the given predicateMatchSpec evaluates to False.
NotContains checks that the named child attribute does not have a value in the map, list or attribute.
NotEqual checks that the named child attribute does not have a value equal to the check value.
NotPresent checks that the named child is absent in the block.
OfType checks that each resource block is of a defined type.
Or checks that at least one of the given predicateMatchSpec's evaluates to True.
RegexMatches checks that the named attribute has a value that matches the regex.
RequiresPresence checks that a second resource is present.
StartsWith checks that the named child attribute has a value that starts with the check value.
# Variables
No description provided by the author
No description provided by the author
# Structs
Check specifies the check definition represented in json/yaml.
No description provided by the author
MatchSpec specifies the checks that should be performed.