File System Args
constructor(encryptionKey: Output<FileSystemEncryptionKeyArgs>? = null, hsmSetting: Output<FileSystemHsmSettingArgs>? = null, identity: Output<FileSystemIdentityArgs>? = null, location: Output<String>? = null, maintenanceWindow: Output<FileSystemMaintenanceWindowArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, skuName: Output<String>? = null, storageCapacityInTb: Output<Int>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)