Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Monitoring/CloudWatch-FSx/cloudformation-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"SendUsage": {
"Type": "String",
"AllowedValues": ["true", "false"],
"Default": "false",
"Default": "true",
"Description": "This is a Boolean flag that indicates whether you agree to send usage data to NetApp. Set this to 'true' if you agree, or 'false' if you don't. Please note that we only collect data related to the usage of the CloudFormation template. No personal or identifiable information is collected or sent. Your consent helps us improve our product and provide better support by understanding how our templates are used."
}
},
Expand Down Expand Up @@ -183,7 +183,8 @@
}
]
},
"Region": {"Ref": "AWS::Region"}
"Region": {"Ref": "AWS::Region"},
"Source": "MonitoringDashboard"
}
},
"SecretManagerEndPoint": {
Expand Down