WindowsFsrmConfiguration
The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. When FSRM is enabled, you can manage and monitor storage quotas, file screening, storage reports, and file classification.
Contents
- FsrmServiceEnabled
-
Specifies whether FSRM is enabled or disabled on the file system. When
TRUE, the FSRM service is enabled and monitor file operations according to configured policies. WhenFALSEor omitted, FSRM is disabled. The default value isFALSE.Type: Boolean
Required: Yes
- EventLogDestination
-
The Amazon Resource Name (ARN) for the destination of the FSRM event logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.
The name of the Amazon CloudWatch Logs log group must begin with the
/aws/fsxprefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with theaws-fsxprefix.The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same AWS partition, AWS Region, and AWS account as your Amazon FSx file system.
Type: String
Length Constraints: Minimum length of 8. Maximum length of 1024.
Pattern:
^arn:[^:]{1,63}:[^:]{0,63}:[^:]{0,63}:(?:|\d{12}):[^/].{0,1023}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: