Skip to content

Commit 08ecf2d

Browse files
author
AWS
committed
Amazon FSx Update: Adding File Server Resource Manager configuration to FSx Windows
1 parent 878c62c commit 08ecf2d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon FSx",
4+
"contributor": "",
5+
"description": "Adding File Server Resource Manager configuration to FSx Windows"
6+
}

services/fsx/src/main/resources/codegen-resources/service-2.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,6 +2161,10 @@
21612161
"DiskIopsConfiguration":{
21622162
"shape":"DiskIopsConfiguration",
21632163
"documentation":"<p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.</p>"
2164+
},
2165+
"FsrmConfiguration":{
2166+
"shape":"WindowsFsrmConfiguration",
2167+
"documentation":"<p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>"
21642168
}
21652169
},
21662170
"documentation":"<p>The configuration object for the Microsoft Windows file system used in <code>CreateFileSystem</code> and <code>CreateFileSystemFromBackup</code> operations.</p>"
@@ -6639,6 +6643,10 @@
66396643
"DiskIopsConfiguration":{
66406644
"shape":"DiskIopsConfiguration",
66416645
"documentation":"<p>The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.</p>"
6646+
},
6647+
"FsrmConfiguration":{
6648+
"shape":"WindowsFsrmConfiguration",
6649+
"documentation":"<p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>"
66426650
}
66436651
},
66446652
"documentation":"<p>Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.</p>"
@@ -7176,9 +7184,28 @@
71767184
"PreferredFileServerIpv6":{
71777185
"shape":"IpAddress",
71787186
"documentation":"<p>For MULTI_AZ_1 deployment types, the IPv6 address of the primary, or preferred, file server. Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IPv6 address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead.</p>"
7187+
},
7188+
"FsrmConfiguration":{
7189+
"shape":"WindowsFsrmConfiguration",
7190+
"documentation":"<p>The File Server Resource Manager (FSRM) configuration that Amazon FSx for Windows File Server uses for the file system. FSRM is disabled by default.</p>"
71797191
}
71807192
},
71817193
"documentation":"<p>The configuration for this Microsoft Windows file system.</p>"
7194+
},
7195+
"WindowsFsrmConfiguration":{
7196+
"type":"structure",
7197+
"required":["FsrmServiceEnabled"],
7198+
"members":{
7199+
"FsrmServiceEnabled":{
7200+
"shape":"Flag",
7201+
"documentation":"<p>Specifies whether FSRM is enabled or disabled on the file system. When <code>TRUE</code>, the FSRM service is enabled and monitor file operations according to configured policies. When <code>FALSE</code> or omitted, FSRM is disabled. The default value is <code>FALSE</code>. </p>"
7202+
},
7203+
"EventLogDestination":{
7204+
"shape":"GeneralARN",
7205+
"documentation":"<p>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.</p> <p>The name of the Amazon CloudWatch Logs log group must begin with the <code>/aws/fsx</code> prefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with the <code>aws-fsx</code> prefix.</p> <p>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.</p>"
7206+
}
7207+
},
7208+
"documentation":"<p>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.</p>"
71827209
}
71837210
},
71847211
"documentation":"<p>Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.</p>"

0 commit comments

Comments
 (0)