public RestTemplate
A template representing some CloudFormation YAML for a REST resource or method.
These resources different from interface Template implementations because they can be in the main CloudFormation
template file or in a nested stack in a different file. This means the references to the API and parent
resource aren't known until after construction and must be passed into the write function.
interface Template,
write| Modifier and Type | Method and Description |
|---|---|
int |
getResourceCount()
The number of CloudFormation resources in the template.
|
void |
write(java.io.Writer writer,
java.lang.String parentRef,
java.lang.String lambdaRef) |