Class AbstractResourceCheck.Resource
- java.lang.Object
-
- org.sonar.iac.cloudformation.checks.AbstractResourceCheck.Resource
-
- Enclosing class:
- AbstractResourceCheck
public static class AbstractResourceCheck.Resource extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisType(String expectedType)ScalarTreename()YamlTreeproperties()YamlTreetype()
-
-
-
Method Detail
-
name
public ScalarTree name()
-
type
public YamlTree type()
-
properties
@CheckForNull public YamlTree properties()
-
isType
public boolean isType(String expectedType)
-
-