RenderJSON will render iamserviceaccount stack as JSON
()
| 555 | |
| 556 | // RenderJSON will render iamserviceaccount stack as JSON |
| 557 | func (rs *IAMRoleResourceSet) RenderJSON() ([]byte, error) { |
| 558 | return rs.template.RenderJSON() |
| 559 | } |
| 560 | |
| 561 | // GetAllOutputs will get all outputs from iamserviceaccount stack |
| 562 | func (rs *IAMRoleResourceSet) GetAllOutputs(stack types.Stack) error { |
nothing calls this directly
no test coverage detected