From 78402c7487cce82ce3dbd63a920c21015a03b8d4 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 29 Apr 2019 00:23:25 +0200 Subject: [PATCH] :pencil2: Update the AWS documentation (#9345) --- source/_components/aws.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/aws.markdown b/source/_components/aws.markdown index 6b92f58ff3c..3ae8e046576 100644 --- a/source/_components/aws.markdown +++ b/source/_components/aws.markdown @@ -59,6 +59,11 @@ profile_name: description: A credentials profile name. required: false type: string +validate: + description: Whether validate credential before use. Validate credential needs `IAM.GetUser` permission. + required: false + default: true + type: boolean {% endconfiguration %} ### {% linkable_title Configuration for notify %}