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()CloudformationTreeproperties()CloudformationTreetype()
-
-
-
Method Detail
-
name
public ScalarTree name()
-
type
public CloudformationTree type()
-
properties
@CheckForNull public CloudformationTree properties()
-
isType
public boolean isType(String expectedType)
-
-