ResourcesGuide: Specify resource type

Specify type in example for overwriting resource.
This commit is contained in:
Boaz de Jong 2017-10-02 16:35:18 +08:00 committed by GitHub
parent c95451be87
commit f4b0752f4e

View File

@ -111,6 +111,7 @@ functions:
resources:
Resources:
WriteDashPostLogGroup:
Type: AWS::Logs::LogGroup
Properties:
RetentionInDays: "30"
```