We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60579d1 + 0bb4f8b commit 381eb29Copy full SHA for 381eb29
doc_source/configuration-vpc-endpoints.md
@@ -80,7 +80,9 @@ The following is an example of an endpoint policy for Lambda\. When attached to
80
{
81
"Statement":[
82
83
- "Principal": "arn:aws:iam::123412341234:user/MyUser",
+ "Principal": {
84
+ "AWS": "arn:aws:iam::123412341234:user/MyUser",
85
+ }
86
"Effect":"Allow",
87
"Action":[
88
"lambda:InvokeFunction"
@@ -91,4 +93,4 @@ The following is an example of an endpoint policy for Lambda\. When attached to
91
93
}
92
94
]
95
-```
96
+```
0 commit comments