Skip to content

Commit 2119173

Browse files
committed
Initial Version.
1 parent 19066aa commit 2119173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Management-Utilities/FSxN-Report/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output the report to "standard out" or be send to an email address using AWS Sim
99

1010
It is a Python program that can be run either standalone or as a Lambda function. The
1111
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.
1313
- `FROM_ADDRESS`: The email address to send the report from. This must also be a verified email address in AWS SES.
1414
- `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.
1515
- `REGIONS`: A comma-separated list of AWS regions to scan for FSx for ONTAP file systems.

0 commit comments

Comments
 (0)