You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Management-Utilities/FSxN-Report/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ output the report to "standard out" or be send to an email address using AWS Sim
9
9
10
10
It is a Python program that can be run either standalone or as a Lambda function. The
11
11
following environment variables can be set to control the behavior of the program:
12
-
-`TO_ADDRESS`: The email address to send the report to. This must be a verified email address in AWS SES.
12
+
-`TO_ADDRESS`: The email address(es) to send the report to. Can be a CSV list. Each address must be a verified email address in AWS SES. If one is not, all will fail.
13
13
-`FROM_ADDRESS`: The email address to send the report from. This must also be a verified email address in AWS SES.
14
14
-`ALL_REGIONS`: If set to `true`, the program will scan all AWS regions for FSx for ONTAP file systems. If not set, it will only scan the regions specified in the `REGIONS` variable.
15
15
-`REGIONS`: A comma-separated list of AWS regions to scan for FSx for ONTAP file systems.
0 commit comments