public Template
A template representing some CloudFormation YAML.
A template typically contains the YAML for a single logical section of the CloudFormation template.
It might contain one or more CloudFormation resources, or part of the file that contains data but no resources (e.g. outputs, parameters).
| Modifier and Type | Method and Description |
|---|---|
int |
getResourceCount()
The number of CloudFormation resources in the template.
|
void |
write(java.io.Writer writer) |