Skip to content

/AWS1/CL_FSXWINDOWSFSRMCONF

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.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_fsrmserviceenabled TYPE /AWS1/FSXFLAG /AWS1/FSXFLAG

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. When FALSE or omitted, FSRM is disabled. The default value is FALSE.

Optional arguments:

iv_eventlogdestination TYPE /AWS1/FSXGENERALARN /AWS1/FSXGENERALARN

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/fsx prefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with the aws-fsx prefix.

The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.


Queryable Attributes

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. When FALSE or omitted, FSRM is disabled. The default value is FALSE.

Accessible with the following methods

Method Description
GET_FSRMSERVICEENABLED() Getter for FSRMSERVICEENABLED, with configurable default
ASK_FSRMSERVICEENABLED() Getter for FSRMSERVICEENABLED w/ exceptions if field has no
HAS_FSRMSERVICEENABLED() Determine if FSRMSERVICEENABLED has a value

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/fsx prefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with the aws-fsx prefix.

The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

Accessible with the following methods

Method Description
GET_EVENTLOGDESTINATION() Getter for EVENTLOGDESTINATION, with configurable default
ASK_EVENTLOGDESTINATION() Getter for EVENTLOGDESTINATION w/ exceptions if field has no
HAS_EVENTLOGDESTINATION() Determine if EVENTLOGDESTINATION has a value