Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 9070d8a

Browse files
authored
Merge pull request #760 from ritesh/patch-1
Fix YAML
2 parents b34447a + 3dc11a5 commit 9070d8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc_source/aws-resource-guardduty-master.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ To declare a GuardDuty `Master` resource:
7979
#### YAML<a name="aws-resource-guardduty-master--examples--Declare_a_Master_Resource--yaml"></a>
8080

8181
```
82-
"GDMaster": {
83-
Type: AWS::GuardDuty::Master
84-
Properties:
85-
DetectorId: "a12abc34d567e8fa901bc2d34e56789f0"
86-
MasterId: "012345678901"
87-
InvitationId: "84b097800250d17d1872b34c4daadcf5"
88-
```
82+
GDMaster:
83+
Type: AWS::GuardDuty::Master
84+
Properties:
85+
DetectorId: "a12abc34d567e8fa901bc2d34e56789f0"
86+
MasterId: "012345678901"
87+
InvitationId: "84b097800250d17d1872b34c4daadcf5"
88+
```

0 commit comments

Comments
 (0)