Skip to content

Commit bd6371c

Browse files
committed
Formatting Changes.
1 parent b940490 commit bd6371c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Monitoring/CloudWatch-FSx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ passwords. This secret is necessary for making direct ONTAP API calls to monitor
6969
Example secret structure:
7070
```
7171
{
72-
"fs-111222333": "Password1",
73-
"fs-444555666": "Password2"
72+
"fs-111222333": "Password1",
73+
"fs-444555666": "Password2"
7474
}
7575
```
7676
When deploying the CloudFormation template, you will need to provide the ARN of this secret as a parameter. This allows the Lambda function to securely access the passwords for monitoring purposes.
@@ -100,8 +100,8 @@ If not provided, some features may not operate correctly. This secret should con
100100
The key is the File System ID, and the value is the fsxadmin password. For example:
101101
```
102102
{
103-
"fs-111222333":"Password1",
104-
"fs-444555666":"Password2"
103+
"fs-111222333":"Password1",
104+
"fs-444555666":"Password2"
105105
}
106106
```
107107

0 commit comments

Comments
 (0)