(logType string)
| 122 | } |
| 123 | |
| 124 | func IsNoneLogType(logType string) bool { |
| 125 | if logType == "" || logType == "none" { |
| 126 | return true |
| 127 | } |
| 128 | return false |
| 129 | } |
| 130 | |
| 131 | func (s *FunctionConfiguration) String() string { |
| 132 | return awsutil.Prettify(s) |